hotspot/src/share/vm/code/nmethod.cpp
changeset 26705 fca1785e7084
parent 26563 d6561f9d04f2
child 26796 666464578742
--- a/hotspot/src/share/vm/code/nmethod.cpp	Fri Sep 12 04:22:19 2014 -0700
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Mon Sep 15 08:08:22 2014 +0200
@@ -1364,8 +1364,6 @@
   // Remove from list of active nmethods
   if (method() != NULL)
     method()->method_holder()->remove_osr_nmethod(this);
-  // Set entry as invalid
-  _entry_bci = InvalidOSREntryBci;
 }
 
 void nmethod::log_state_change() const {