src/share/vm/runtime/vm_operations.cpp

Print this page

        

@@ -487,9 +487,9 @@
 void VM_PrintCodeCache::doit() {
   CodeCache::print_layout(_out);
 }
 
 #if INCLUDE_SERVICES
-void VM_PrintClassHierachry::doit() {
+void VM_PrintClassHierarchy::doit() {
   KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname);
 }
 #endif