hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 11572 84afef481892
parent 10972 ef164805934c
child 11636 3c07b54482a5
equal deleted inserted replaced
11571:23f825a42a85 11572:84afef481892
   411         break;
   411         break;
   412       default: ;
   412       default: ;
   413     }
   413     }
   414     bci = branch_bci + offset;
   414     bci = branch_bci + offset;
   415   }
   415   }
   416 
   416   assert(!HAS_PENDING_EXCEPTION, "Should not have any exceptions pending");
   417   osr_nm = CompilationPolicy::policy()->event(enclosing_method, method, branch_bci, bci, level, nm, THREAD);
   417   osr_nm = CompilationPolicy::policy()->event(enclosing_method, method, branch_bci, bci, level, nm, THREAD);
       
   418   assert(!HAS_PENDING_EXCEPTION, "Event handler should not throw any exceptions");
   418   return osr_nm;
   419   return osr_nm;
   419 }
   420 }
   420 
   421 
   421 JRT_BLOCK_ENTRY(address, Runtime1::counter_overflow(JavaThread* thread, int bci, methodOopDesc* method))
   422 JRT_BLOCK_ENTRY(address, Runtime1::counter_overflow(JavaThread* thread, int bci, methodOopDesc* method))
   422   nmethod* osr_nm;
   423   nmethod* osr_nm;