src/share/vm/c1/c1_LIRAssembler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6833129 Cdiff src/share/vm/c1/c1_LIRAssembler.cpp

src/share/vm/c1/c1_LIRAssembler.cpp

Print this page

        

*** 377,387 **** for (int n = 0; ; n++) { int s_bci = bci; 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->end_non_safepoint(pc_offset); } --- 377,387 ---- for (int n = 0; ; n++) { int s_bci = bci; 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, false); } debug_info->end_non_safepoint(pc_offset); }
src/share/vm/c1/c1_LIRAssembler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File