--- old/src/share/vm/c1/c1_LIRAssembler.cpp Fri Jul 24 10:17:03 2009 +++ new/src/share/vm/c1/c1_LIRAssembler.cpp Fri Jul 24 10:17:03 2009 @@ -379,7 +379,8 @@ ValueStack* s = nth_oldest(vstack, n, s_bci); if (s == NULL) break; IRScope* scope = s->scope(); - debug_info->describe_scope(pc_offset, scope->method(), s_bci); + //Always pass false for reexecute since these ScopeDescs are never used for deopt + debug_info->describe_scope(pc_offset, scope->method(), s_bci, false/*reexecute*/); } debug_info->end_non_safepoint(pc_offset);