< prev index next >

src/hotspot/share/memory/metaspace/spaceManager.hpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8176808-split-metaspace-cpp-2

*** 36,46 **** class outputStream; class Mutex; namespace metaspace { - namespace internals { // SpaceManager - used by Metaspace to handle allocations class SpaceManager : public CHeapObj<mtClass> { friend class ::ClassLoaderMetaspace; friend class Metadebug; --- 36,45 ----
*** 228,235 **** }; } // namespace metaspace - } // namespace internals #endif /* SHARE_MEMORY_METASPACE_SPACEMANAGER_HPP_ */ --- 227,234 ---- }; } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_SPACEMANAGER_HPP_ */ +
< prev index next >