< prev index next >

src/hotspot/share/runtime/vmOperations.cpp

Print this page
@@ -609,6 +609,10 @@
  
  #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 >