--- old/src/share/vm/runtime/vm_operations.cpp 2015-02-10 18:55:33.000000000 -0800 +++ new/src/share/vm/runtime/vm_operations.cpp 2015-02-10 18:55:33.000000000 -0800 @@ -489,7 +489,7 @@ } #if INCLUDE_SERVICES -void VM_PrintClassHierachry::doit() { +void VM_PrintClassHierarchy::doit() { KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname); } #endif