< prev index next >

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

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

@@ -29,11 +29,10 @@
 #include "utilities/ostream.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 
 namespace metaspace {
-namespace internals {
 
 
 BlockFreelist::BlockFreelist() : _dictionary(new BlockTreeDictionary()), _small_blocks(NULL) {}
 
 BlockFreelist::~BlockFreelist() {

@@ -105,6 +104,6 @@
     _small_blocks->print_on(st);
   }
 }
 
 } // namespace metaspace
-} // namespace internals
+
< prev index next >