mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Reviewed-by: kvn
This commit is contained in:
parent
dece7fbfec
commit
edb7b9514a
36 changed files with 678 additions and 729 deletions
|
@ -1375,6 +1375,7 @@ public:
|
|||
void trace_stack() PRODUCT_RETURN;
|
||||
void trace_stack_from(vframe* start_vf) PRODUCT_RETURN;
|
||||
void trace_frames() PRODUCT_RETURN;
|
||||
void trace_oops() PRODUCT_RETURN;
|
||||
|
||||
// Print an annotated view of the stack frames
|
||||
void print_frame_layout(int depth = 0, bool validate_only = false) NOT_DEBUG_RETURN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue