--- old/src/hotspot/share/runtime/vm_operations.cpp 2018-10-17 09:20:44.000000000 -0400 +++ new/src/hotspot/share/runtime/vm_operations.cpp 2018-10-17 09:20:44.000000000 -0400 @@ -501,10 +501,6 @@ 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);