--- old/test/hotspot/gtest/memory/test_metaspace.cpp 2019-07-25 15:30:00.241388260 +0200 +++ new/test/hotspot/gtest/memory/test_metaspace.cpp 2019-07-25 15:30:00.017385095 +0200 @@ -29,7 +29,7 @@ #include "unittest.hpp" using namespace metaspace; - +#if 0 TEST_VM(MetaspaceUtils, reserved) { size_t reserved = MetaspaceUtils::reserved_bytes(); EXPECT_GT(reserved, 0UL); @@ -84,3 +84,4 @@ large_size += (os::vm_page_size() / BytesPerWord); vs_list->get_new_chunk(large_size, 0); } +#endif