< 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,11 +29,10 @@
 #include "memory/metaspace/virtualSpaceNode.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 
 namespace metaspace {
-namespace internals {
 
 class Metachunk;
 class ChunkManager;
 
 // List of VirtualSpaces for metadata allocation.

@@ -145,8 +144,8 @@
     }
   };
 };
 
 } // namespace metaspace
-} // namespace internals
 
 #endif /* SHARE_MEMORY_METASPACE_VIRTUALSPACELIST_HPP_ */
+
< prev index next >