hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 35825 7c7652ee137b
parent 35061 be6025ebffea
child 36322 218528915a61
--- a/hotspot/src/share/vm/runtime/vm_operations.cpp	Wed Feb 03 12:16:44 2016 +0100
+++ b/hotspot/src/share/vm/runtime/vm_operations.cpp	Fri Jan 22 15:25:40 2016 +0100
@@ -485,18 +485,6 @@
   }
 }
 
-void VM_PrintCompileQueue::doit() {
-  CompileBroker::print_compile_queues(_out);
-}
-
-void VM_PrintCodeList::doit() {
-  CodeCache::print_codelist(_out);
-}
-
-void VM_PrintCodeCache::doit() {
-  CodeCache::print_layout(_out);
-}
-
 #if INCLUDE_SERVICES
 void VM_PrintClassHierarchy::doit() {
   KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname);