--- old/src/share/vm/prims/jvmtiRedefineClasses.cpp 2015-08-24 09:22:40.723651977 +0200 +++ new/src/share/vm/prims/jvmtiRedefineClasses.cpp 2015-08-24 09:22:40.655651980 +0200 @@ -3771,7 +3771,7 @@ // Deoptimize all activations depending on marked nmethods Deoptimization::deoptimize_dependents(); - // Make the dependent methods not entrant (in VM_Deoptimize they are made zombies) + // Make the dependent methods not entrant CodeCache::make_marked_nmethods_not_entrant(); // From now on we know that the dependency information is complete