hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 26587 e8b28fa936af
parent 25715 d5a8dbdc5150
child 27420 04e6f914cce1
equal deleted inserted replaced
26585:2048b8d90c91 26587:e8b28fa936af
   468     // we will block here until the process dies
   468     // we will block here until the process dies
   469     Threads_lock->lock_without_safepoint_check();
   469     Threads_lock->lock_without_safepoint_check();
   470     ShouldNotReachHere();
   470     ShouldNotReachHere();
   471   }
   471   }
   472 }
   472 }
       
   473 
       
   474 void VM_PrintCompileQueue::doit() {
       
   475   CompileBroker::print_compile_queues(_out);
       
   476 }
       
   477 
       
   478 void VM_PrintCodeList::doit() {
       
   479   CodeCache::print_codelist(_out);
       
   480 }
       
   481 
       
   482 void VM_PrintCodeCache::doit() {
       
   483   CodeCache::print_layout(_out);
       
   484 }