< prev index next >

src/hotspot/share/runtime/vmOperations.cpp

Print this page

        

*** 521,526 **** --- 521,530 ---- #if INCLUDE_SERVICES void VM_PrintClassHierarchy::doit() { KlassHierarchy::print_class_hierarchy(_out, _print_interfaces, _print_subclasses, _classname); } + + void VM_PrintClassLayout::doit() { + PrintClassLayout::print_class_layout(_out, _class_name); + } #endif
< prev index next >