src/hotspot/share/memory/metaspace/virtualSpaceList.cpp
changeset 53970 1ad7c590a6e7
parent 52846 6ed72482de52
child 54437 2ae93028bef3
--- a/src/hotspot/share/memory/metaspace/virtualSpaceList.cpp	Fri Mar 01 10:15:04 2019 +0000
+++ b/src/hotspot/share/memory/metaspace/virtualSpaceList.cpp	Sun Feb 10 09:10:42 2019 +0100
@@ -97,7 +97,7 @@
   VirtualSpaceNode* next_vsl = prev_vsl;
   while (next_vsl != NULL) {
     VirtualSpaceNode* vsl = next_vsl;
-    DEBUG_ONLY(vsl->verify_container_count();)
+    DEBUG_ONLY(vsl->verify(false);)
     next_vsl = vsl->next();
     // Don't free the current virtual space since it will likely
     // be needed soon.