< prev index next >

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

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

@@ -18,11 +18,10 @@
 #include "runtime/orderAccess.inline.hpp"
 #include "runtime/mutexLocker.hpp"
 #include "runtime/safepoint.hpp"
 
 namespace metaspace {
-namespace internals {
 
 
 VirtualSpaceList::~VirtualSpaceList() {
   VirtualSpaceListIterator iter(virtual_space_list());
   while (iter.repeat()) {

@@ -383,6 +382,6 @@
     i ++;
   }
 }
 
 } // namespace metaspace
-} // namespace internals
+
< prev index next >