src/share/vm/runtime/vm_operations.cpp

Print this page

        

*** 488,495 **** CodeCache::print_layout(_out); } #if INCLUDE_SERVICES void VM_PrintClassHierachry::doit() { ! KlassHierarchy::print_class_hierarchy(_out); } #endif --- 488,495 ---- CodeCache::print_layout(_out); } #if INCLUDE_SERVICES void VM_PrintClassHierachry::doit() { ! KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname); } #endif