--- old/test/hotspot/jtreg/gc/TestAllocateHeapAtError.java 2018-06-01 23:13:10.633202393 +0200 +++ new/test/hotspot/jtreg/gc/TestAllocateHeapAtError.java 2018-06-01 23:13:10.375191386 +0200 @@ -24,6 +24,7 @@ /* @test TestAllocateHeapAtError.java * @key gc * @summary Test to check correct handling of non-existent directory passed to AllocateHeapAt option + * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc */ @@ -75,4 +76,3 @@ output.shouldNotHaveExitValue(0); } } -