< prev index next >

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

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

*** 29,39 **** #include "memory/metaspace/virtualSpaceNode.hpp" #include "utilities/globalDefinitions.hpp" namespace metaspace { - namespace internals { class Metachunk; class ChunkManager; // List of VirtualSpaces for metadata allocation. --- 29,38 ----
*** 145,152 **** } }; }; } // namespace metaspace - } // namespace internals #endif /* SHARE_MEMORY_METASPACE_VIRTUALSPACELIST_HPP_ */ --- 144,151 ---- } }; }; } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_VIRTUALSPACELIST_HPP_ */ +
< prev index next >