hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 4750 71fd601907dc
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
4749:f26b30116e3a 4750:71fd601907dc
   149   thread->make_zombies();
   149   thread->make_zombies();
   150 }
   150 }
   151 
   151 
   152 #endif // !PRODUCT
   152 #endif // !PRODUCT
   153 
   153 
       
   154 void VM_HandleFullCodeCache::doit() {
       
   155   NMethodSweeper::speculative_disconnect_nmethods(_is_full);
       
   156 }
       
   157 
   154 void VM_Verify::doit() {
   158 void VM_Verify::doit() {
   155   Universe::verify();
   159   Universe::verify();
   156 }
   160 }
   157 
   161 
   158 bool VM_PrintThreads::doit_prologue() {
   162 bool VM_PrintThreads::doit_prologue() {