--- old/src/share/vm/c1/c1_LIRAssembler.cpp Mon Jul 6 14:35:40 2009 +++ new/src/share/vm/c1/c1_LIRAssembler.cpp Mon Jul 6 14:35:40 2009 @@ -379,7 +379,7 @@ 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); + debug_info->describe_scope(pc_offset, scope->method(), s_bci, false); } debug_info->end_non_safepoint(pc_offset);