hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 36322 218528915a61
parent 35825 7c7652ee137b
child 37289 9989add27bf4
child 37242 91e5f98fff6f
--- a/hotspot/src/share/vm/runtime/vm_operations.cpp	Thu Feb 25 10:42:42 2016 +0100
+++ b/hotspot/src/share/vm/runtime/vm_operations.cpp	Thu Feb 25 10:44:19 2016 +0100
@@ -485,6 +485,10 @@
   }
 }
 
+void VM_PrintCompileQueue::doit() {
+  CompileBroker::print_compile_queues(_out);
+}
+
 #if INCLUDE_SERVICES
 void VM_PrintClassHierarchy::doit() {
   KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname);