< prev index next >

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

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

*** 34,44 **** #include "utilities/globalDefinitions.hpp" class TestVirtualSpaceNodeTest; namespace metaspace { - namespace internals { typedef class FreeList<Metachunk> ChunkList; typedef BinaryTreeDictionary<Metachunk, FreeList<Metachunk> > ChunkTreeDictionary; // Manages the global free lists of chunks. --- 34,43 ----
*** 222,231 **** void collect_statistics(ChunkManagerStatistics* out) const; }; } // namespace metaspace - } // namespace internals #endif /* SHARE_MEMORY_METASPACE_CHUNKMANAGER_HPP_ */ --- 221,229 ----
< prev index next >