< prev index next >

src/hotspot/share/memory/metaspace.hpp

Print this page

        

*** 217,233 **** --- 217,236 ---- return mdType == ClassType && using_class_space(); } }; + class Metadebug; + // Manages the metaspace portion belonging to a class loader class ClassLoaderMetaspace : public CHeapObj<mtClass> { friend class CollectedHeap; // For expand_and_allocate() friend class Metaspace; friend class MetaspaceUtils; friend class PrintCLDMetaspaceInfoClosure; friend class VM_CollectForMetadataAllocation; // For expand_and_allocate() + friend class Metadebug; // For testing private: void initialize(Mutex* lock, Metaspace::MetaspaceType type);
< prev index next >