--- old/test/hotspot/gtest/memory/test_spaceManager.cpp 2019-08-02 08:07:18.292540441 +0200 +++ new/test/hotspot/gtest/memory/test_spaceManager.cpp 2019-08-02 08:07:17.896539529 +0200 @@ -25,7 +25,7 @@ #include "memory/metaspace/spaceManager.hpp" using metaspace::SpaceManager; - +#if 0 // The test function is only available in debug builds #ifdef ASSERT @@ -72,3 +72,4 @@ } #endif // ASSERT +#endif