--- old/test/hotspot/gtest/memory/test_metaspace_allocation.cpp 2019-08-02 08:07:17.044537563 +0200 +++ new/test/hotspot/gtest/memory/test_metaspace_allocation.cpp 2019-08-02 08:07:16.704536779 +0200 @@ -34,6 +34,8 @@ #include "utilities/ostream.hpp" #include "unittest.hpp" +#if 0 + #define NUM_PARALLEL_METASPACES 50 #define MAX_PER_METASPACE_ALLOCATION_WORDSIZE (512 * K) @@ -271,3 +273,4 @@ do_test(Metaspace::NonClassType, NUM_PARALLEL_METASPACES, 100, 1000, .006f); } +#endif