--- old/test/hotspot/gtest/memory/test_virtualspace.cpp 2019-08-02 08:07:19.532543304 +0200 +++ new/test/hotspot/gtest/memory/test_virtualspace.cpp 2019-08-02 08:07:19.176542481 +0200 @@ -28,6 +28,8 @@ #include "utilities/align.hpp" #include "unittest.hpp" +#if 0 + namespace { class MemoryReleaser { ReservedSpace* const _rs; @@ -337,3 +339,7 @@ EXPECT_NO_FATAL_FAILURE(test_virtual_space_actual_committed_space(10 * M, 5 * M, Commit)); EXPECT_NO_FATAL_FAILURE(test_virtual_space_actual_committed_space(10 * M, 10 * M, Commit)); } + + +#endif +