mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -811,7 +811,7 @@ intptr_t* frame::interpreter_frame_tos_at(jint offset) const {
|
|||
#ifdef ASSERT
|
||||
|
||||
#define DESCRIBE_FP_OFFSET(name) \
|
||||
values.describe(-1, fp() + frame::name##_offset, #name)
|
||||
values.describe(frame_no, fp() + frame::name##_offset, #name)
|
||||
|
||||
void frame::describe_pd(FrameValues& values, int frame_no) {
|
||||
for (int w = 0; w < frame::register_save_words; w++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue