| Interface | Description |
|---|---|
| JavaFrameAnchor |
A stack-based structure that is present in the stack frame of a Java method that calls to C code.
|
| JavaStackWalk |
An in-progress Java stack walk.
|
| StackFrameVisitor |
Given access to a thread stack frame, perform some computation on it.
|
| StackOverflowCheck |
This interface provides functions related to stack overflow checking that are invoked by other
parts of Substrate VM.
|
| StackOverflowCheck.OSSupport |
Operating system abstraction: The OS needs to provide end of the physical stack memory.
|
| Class | Description |
|---|---|
| JavaFrameAnchors |
Maintains the linked list of
JavaFrameAnchor for stack walking. |
| JavaStackFrameVisitor | |
| JavaStackWalker |
Applies a
StackFrameVisitor to each of the Java frames in a thread stack. |
| StackOverflowCheck.Options | |
| SubstrateStackIntrospection | |
| ThreadStackPrinter | |
| ThreadStackPrinter.AllocationFreeStackFrameVisitor | |
| ThreadStackPrinter.Stage0StackFrameVisitor | |
| ThreadStackPrinter.Stage1StackFrameVisitor |