src/share/vm/prims/jvmtiRedefineClasses.cpp

changeset 8074
c1950f51ed60
parent 8042
b3217f8fd2a1
child 8213
88ae10297731
     1.1 --- a/src/share/vm/prims/jvmtiRedefineClasses.cpp	Thu Oct 08 09:37:23 2015 +0200
     1.2 +++ b/src/share/vm/prims/jvmtiRedefineClasses.cpp	Thu Oct 08 09:37:51 2015 +0200
     1.3 @@ -3751,7 +3751,7 @@
     1.4      // Deoptimize all activations depending on marked nmethods
     1.5      Deoptimization::deoptimize_dependents();
     1.6  
     1.7 -    // Make the dependent methods not entrant (in VM_Deoptimize they are made zombies)
     1.8 +    // Make the dependent methods not entrant
     1.9      CodeCache::make_marked_nmethods_not_entrant();
    1.10  
    1.11      // From now on we know that the dependency information is complete

mercurial