< prev index next >

src/hotspot/share/runtime/vm_operations.cpp

Print this page

        

*** 499,512 **** void VM_PrintCompileQueue::doit() { CompileBroker::print_compile_queues(_out); } - void VM_VTBufferStats::doit() { - Threads::print_vt_buffer_stats_on(_out); - } - #if INCLUDE_SERVICES void VM_PrintClassHierarchy::doit() { KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname); } #endif --- 499,508 ----
< prev index next >