hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 36322 218528915a61
parent 35825 7c7652ee137b
child 37289 9989add27bf4
child 37242 91e5f98fff6f
equal deleted inserted replaced
36321:d3618f1ff1bb 36322:218528915a61
   483     Threads_lock->lock_without_safepoint_check();
   483     Threads_lock->lock_without_safepoint_check();
   484     ShouldNotReachHere();
   484     ShouldNotReachHere();
   485   }
   485   }
   486 }
   486 }
   487 
   487 
       
   488 void VM_PrintCompileQueue::doit() {
       
   489   CompileBroker::print_compile_queues(_out);
       
   490 }
       
   491 
   488 #if INCLUDE_SERVICES
   492 #if INCLUDE_SERVICES
   489 void VM_PrintClassHierarchy::doit() {
   493 void VM_PrintClassHierarchy::doit() {
   490   KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname);
   494   KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname);
   491 }
   495 }
   492 #endif
   496 #endif