hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp
changeset 32401 cc58aeaec340
parent 31353 cd33628db166
child 33148 68fa8b6c4340
--- a/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp	Fri Aug 21 09:12:42 2015 +0200
+++ b/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp	Tue Aug 25 07:49:55 2015 +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