src/share/vm/c1/c1_LIRAssembler.cpp

changeset 1335
9987d9d5eb0e
parent 815
eb28cf662f56
child 1383
89e0543e1737
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.cpp	Fri Jul 31 12:04:07 2009 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Fri Jul 31 17:12:33 2009 -0700
     1.3 @@ -379,7 +379,8 @@
     1.4      ValueStack* s = nth_oldest(vstack, n, s_bci);
     1.5      if (s == NULL)  break;
     1.6      IRScope* scope = s->scope();
     1.7 -    debug_info->describe_scope(pc_offset, scope->method(), s_bci);
     1.8 +    //Always pass false for reexecute since these ScopeDescs are never used for deopt
     1.9 +    debug_info->describe_scope(pc_offset, scope->method(), s_bci, false/*reexecute*/);
    1.10    }
    1.11  
    1.12    debug_info->end_non_safepoint(pc_offset);

mercurial