mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
Reviewed-by: kvn, twisti
This commit is contained in:
parent
dfc5561910
commit
33f0e50994
18 changed files with 387 additions and 172 deletions
|
@ -1380,6 +1380,12 @@ public:
|
|||
void trace_stack_from(vframe* start_vf) PRODUCT_RETURN;
|
||||
void trace_frames() PRODUCT_RETURN;
|
||||
|
||||
// Print an annotated view of the stack frames
|
||||
void print_frame_layout(int depth = 0, bool validate_only = false) PRODUCT_RETURN;
|
||||
void validate_frame_layout() {
|
||||
print_frame_layout(0, true);
|
||||
}
|
||||
|
||||
// Returns the number of stack frames on the stack
|
||||
int depth() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue