--- old/src/share/vm/code/nmethod.cpp 2014-09-09 08:48:31.932282281 +0200 +++ new/src/share/vm/code/nmethod.cpp 2014-09-09 08:48:31.392282266 +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 {