| Interface | Description |
|---|---|
| JavaFrameAnchor |
A stack-based structure that is present in the stack frame of a Java method that calls to C code.
|
| StackFrameVisitor |
Given access to a thread stack frame, perform some computation on it.
|
| Class | Description |
|---|---|
| JavaFrameAnchors |
Maintains the linked list of
JavaFrameAnchor for stack walking. |
| JavaStackWalker |
Applies a
StackFrameVisitor to each of the Java frames in a thread stack. |
| SubstrateStackIntrospection | |
| ThreadStackPrinter | |
| ThreadStackPrinter.AllocationFreeStackFrameVisitor | |
| ThreadStackPrinter.Stage0StackFrameVisitor | |
| ThreadStackPrinter.Stage1StackFrameVisitor |