< prev index next >

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

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

@@ -29,11 +29,10 @@
 #include "utilities/globalDefinitions.hpp"
 
 class outputStream;
 
 namespace metaspace {
-namespace internals {
 
 enum ChunkSizes {    // in words.
   ClassSpecializedChunk = 128,
   SpecializedChunk = 128,
   ClassSmallChunk = 256,

@@ -120,12 +119,9 @@
 
 inline bool is_valid_nonhumongous_chunktype(ChunkIndex index) {
   return is_valid_chunktype(index) && index != HumongousIndex;
 }
 
-
-
-
-} // namespace internals
 } // namespace metaspace
 
 #endif /* SHARE_MEMORY_METASPACE_METASPACESTATISTICS_HPP_ */
+
< prev index next >