--- old/test/hotspot/gtest/memory/test_metachunk.cpp 2019-07-25 15:29:59.733381079 +0200 +++ new/test/hotspot/gtest/memory/test_metachunk.cpp 2019-07-25 15:29:59.513377969 +0200 @@ -31,6 +31,8 @@ using namespace metaspace; +#if 0 + class MetachunkTest { public: static MetaWord* initial_top(Metachunk* metachunk) { @@ -96,3 +98,5 @@ free(memory); } + +#endif