< prev index next >

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

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

@@ -26,11 +26,10 @@
 #include "memory/metaspace/smallBlocks.hpp"
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/ostream.hpp"
 
 namespace metaspace {
-namespace internals {
 
 void SmallBlocks::print_on(outputStream* st) const {
   st->print_cr("SmallBlocks:");
   for (uint i = _small_block_min_size; i < _small_block_max_size; i++) {
     uint k = i - _small_block_min_size;

@@ -58,6 +57,6 @@
   }
   return result;
 }
 
 } // namespace metaspace
-} // namespace internals
+
< prev index next >