test/hotspot/gtest/memory/test_metaspace_allocation.cpp
changeset 49389 9ef2eee8ca7c
parent 49365 825f006619e5
child 49401 0c71baee49a7
--- a/test/hotspot/gtest/memory/test_metaspace_allocation.cpp	Wed Mar 14 10:38:02 2018 +0100
+++ b/test/hotspot/gtest/memory/test_metaspace_allocation.cpp	Sun Mar 11 07:11:03 2018 +0100
@@ -225,7 +225,7 @@
     }
 #ifdef DEBUG_VERBOSE
     tty->print_cr("Test finished. ");
-    MetaspaceAux::print_metaspace_map(tty, mdType);
+    MetaspaceUtils::print_metaspace_map(tty, mdType);
     print_chunkmanager_statistics(tty, mdType);
 #endif
   }