diff -r ec9091426557 -r 9ef2eee8ca7c test/hotspot/gtest/memory/test_metaspace_allocation.cpp --- 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 }