hotspot/src/share/vm/services/diagnosticCommand.cpp
changeset 36322 218528915a61
parent 35825 7c7652ee137b
child 36334 0ae9bbe75458
equal deleted inserted replaced
36321:d3618f1ff1bb 36322:218528915a61
   830   os::print_dll_info(output());
   830   os::print_dll_info(output());
   831   output()->cr();
   831   output()->cr();
   832 }
   832 }
   833 
   833 
   834 void CompileQueueDCmd::execute(DCmdSource source, TRAPS) {
   834 void CompileQueueDCmd::execute(DCmdSource source, TRAPS) {
   835   CompileBroker::print_compile_queues(output());
   835   VM_PrintCompileQueue printCompileQueueOp(output());
       
   836   VMThread::execute(&printCompileQueueOp);
   836 }
   837 }
   837 
   838 
   838 void CodeListDCmd::execute(DCmdSource source, TRAPS) {
   839 void CodeListDCmd::execute(DCmdSource source, TRAPS) {
   839   CodeCache::print_codelist(output());
   840   CodeCache::print_codelist(output());
   840 }
   841 }