public class ThreadStackPrinter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadStackPrinter.AllocationFreeStackFrameVisitor |
static class |
ThreadStackPrinter.Stage0StackFrameVisitor |
static class |
ThreadStackPrinter.Stage1StackFrameVisitor |
| Modifier and Type | Field and Description |
|---|---|
static StackFrameVisitor |
AllocationFreeStackFrameVisitor |
| Constructor and Description |
|---|
ThreadStackPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printBacktrace()
Walk the stack printing each frame.
|
static void |
printStacktrace(org.graalvm.word.Pointer startSP,
org.graalvm.nativeimage.c.function.CodePointer startIP) |
public static final StackFrameVisitor AllocationFreeStackFrameVisitor