diff -r 9782bd698ffe -r cd86c748c12b hotspot/src/cpu/x86/vm/frame_x86.cpp --- a/hotspot/src/cpu/x86/vm/frame_x86.cpp Fri May 06 19:34:55 2011 -0700 +++ b/hotspot/src/cpu/x86/vm/frame_x86.cpp Mon May 09 19:45:52 2011 -0700 @@ -650,7 +650,7 @@ #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) { if (is_interpreted_frame()) {