mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
Reviewed-by: kvn
This commit is contained in:
parent
9b9953cb0b
commit
42e49be1bc
5 changed files with 9 additions and 6 deletions
|
@ -511,7 +511,7 @@ class FrameValues {
|
|||
// Used by frame functions to describe locations.
|
||||
void describe(int owner, intptr_t* location, const char* description, int priority = 0);
|
||||
|
||||
bool validate();
|
||||
void validate();
|
||||
void print();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue