--- old/test/hotspot/gtest/memory/test_metaspace_allocation.cpp 2018-03-05 09:18:03.597426000 +0100 +++ new/test/hotspot/gtest/memory/test_metaspace_allocation.cpp 2018-03-05 09:18:03.255423700 +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 }