< prev index next >

src/hotspot/share/memory/heapInspection.hpp

Print this page

        

*** 339,348 **** --- 339,353 ---- void add(KlassInfoEntry* cie); void print_histo_on(outputStream* st, bool print_class_stats, bool csv_format, const char *columns); 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 >