< prev index next >

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

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

@@ -31,11 +31,10 @@
 #include "memory/metaspace/smallBlocks.hpp"
 #include "memory/metaspace/metablock.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 namespace metaspace {
-namespace internals {
 
 typedef BinaryTreeDictionary<Metablock, FreeList<Metablock> > BlockTreeDictionary;
 
 // Used to manage the free list of Metablocks (a block corresponds
 // to the allocation of a quantum of metadata).

@@ -87,8 +86,8 @@
   static size_t min_dictionary_size()   { return TreeChunk<Metablock, FreeList<Metablock> >::min_size(); }
   void print_on(outputStream* st) const;
 };
 
 } // namespace metaspace
-} // namespace internals
 
 #endif /* SHARE_MEMORY_METASPACE_BLOCKFREELIST_HPP_ */
+
< prev index next >