src/share/vm/runtime/vm_operations.cpp

changeset 8074
c1950f51ed60
parent 6680
78bbf4d43a14
child 8604
04d83ba48607
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/runtime/vm_operations.cpp	Thu Oct 08 09:37:23 2015 +0200
     1.2 +++ b/src/share/vm/runtime/vm_operations.cpp	Thu Oct 08 09:37:51 2015 +0200
     1.3 @@ -106,8 +106,8 @@
     1.4    // Deoptimize all activations depending on marked nmethods
     1.5    Deoptimization::deoptimize_dependents();
     1.6  
     1.7 -  // Make the dependent methods zombies
     1.8 -  CodeCache::make_marked_nmethods_zombies();
     1.9 +  // Make the dependent methods not entrant
    1.10 +  CodeCache::make_marked_nmethods_not_entrant();
    1.11  }
    1.12  
    1.13  

mercurial