--- old/src/share/vm/code/nmethod.cpp 2014-09-08 15:36:17.885739020 +0200 +++ new/src/share/vm/code/nmethod.cpp 2014-09-08 15:36:17.509739009 +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 {