hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 32401 cc58aeaec340
parent 31620 53be635ad49c
child 33160 c59f1676d27e
child 33148 68fa8b6c4340
equal deleted inserted replaced
32400:ed1a43020a93 32401:cc58aeaec340
   107   DeoptimizationMarker dm;
   107   DeoptimizationMarker dm;
   108 
   108 
   109   // Deoptimize all activations depending on marked nmethods
   109   // Deoptimize all activations depending on marked nmethods
   110   Deoptimization::deoptimize_dependents();
   110   Deoptimization::deoptimize_dependents();
   111 
   111 
   112   // Make the dependent methods zombies
   112   // Make the dependent methods not entrant
   113   CodeCache::make_marked_nmethods_zombies();
   113   CodeCache::make_marked_nmethods_not_entrant();
   114 }
   114 }
   115 
   115 
   116 void VM_MarkActiveNMethods::doit() {
   116 void VM_MarkActiveNMethods::doit() {
   117   NMethodSweeper::mark_active_nmethods();
   117   NMethodSweeper::mark_active_nmethods();
   118 }
   118 }