< prev index next >

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

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

@@ -36,11 +36,10 @@
 #include "services/memoryService.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 namespace metaspace {
-namespace internals {
 
 #define assert_counter(expected_value, real_value, msg) \
   assert( (expected_value) == (real_value),             \
          "Counter mismatch (%s): expected " SIZE_FORMAT \
          ", but got: " SIZE_FORMAT ".", msg, expected_value, \

@@ -518,6 +517,6 @@
 }
 #endif // ASSERT
 
 
 } // namespace metaspace
-} // namespace internals
+
< prev index next >