< prev index next >

src/share/vm/runtime/vm_operations.cpp

Print this page

        

*** 108,118 **** // Deoptimize all activations depending on marked nmethods Deoptimization::deoptimize_dependents(); // Make the dependent methods zombies ! CodeCache::make_marked_nmethods_zombies(); } void VM_MarkActiveNMethods::doit() { NMethodSweeper::mark_active_nmethods(); } --- 108,118 ---- // Deoptimize all activations depending on marked nmethods Deoptimization::deoptimize_dependents(); // Make the dependent methods zombies ! CodeCache::make_marked_nmethods_not_entrant(); } void VM_MarkActiveNMethods::doit() { NMethodSweeper::mark_active_nmethods(); }
< prev index next >