@@ -188,10 +188,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;