< 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,28 **** #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()) { --- 18,27 ----
*** 383,388 **** i ++; } } } // namespace metaspace ! } // namespace internals --- 382,387 ---- i ++; } } } // namespace metaspace !
< prev index next >