< prev index next >

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

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

@@ -26,11 +26,10 @@
 #define SHARE_MEMORY_METASPACE_METADEBUG_HPP_
 
 #include "memory/allocation.hpp"
 
 namespace metaspace {
-namespace internals {
 
 class Metadebug : AllStatic {
   // Debugging support for Metaspaces
   static int _allocation_fail_alot_count;
 

@@ -41,8 +40,8 @@
   static bool test_metadata_failure();
 #endif
 };
 
 } // namespace metaspace
-} // namespace internals
 
 #endif /* SHARE_MEMORY_METASPACE_METADEBUG_HPP_ */
+
< prev index next >