--- old/src/share/vm/opto/output.cpp 2011-12-15 13:31:28.807395694 +0100 +++ new/src/share/vm/opto/output.cpp 2011-12-15 13:31:28.605851215 +0100 @@ -944,7 +944,7 @@ assert(jvms->bci() >= InvocationEntryBci && jvms->bci() <= 0x10000, "must be a valid or entry BCI"); assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest"); // Now we can describe the scope. - debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals); + debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, false, return_oop, locvals, expvals, monvals); } // End jvms loop // Mark the end of the scope set.