< prev index next >

src/hotspot/share/memory/heapInspection.hpp

Print this page
*** 189,10 ***
--- 189,15 ---
    void add(KlassInfoEntry* cie);
    void print_histo_on(outputStream* st);
    void sort();
  };
  
+ class PrintClassLayout : AllStatic {
+  public:
+   static void print_class_layout(outputStream* st, char* classname);
+ };
+ 
  #endif // INCLUDE_SERVICES
  
  // These declarations are needed since the declaration of KlassInfoTable and
  // KlassInfoClosure are guarded by #if INLCUDE_SERVICES
  class KlassInfoTable;
< prev index next >