--- old/test/hotspot/gtest/memory/test_is_metaspace_obj.cpp 2019-07-25 15:29:59.221373840 +0200 +++ new/test/hotspot/gtest/memory/test_is_metaspace_obj.cpp 2019-07-25 15:29:59.001370730 +0200 @@ -32,6 +32,7 @@ using namespace metaspace; +#if 0 // Test the cheerful multitude of metaspace-contains-functions. class MetaspaceIsMetaspaceObjTest : public ::testing::Test { @@ -113,3 +114,4 @@ do_test(Metaspace::ClassType); } +#endif