test/hotspot/jtreg/gc/TestAllocateHeapAtError.java
changeset 50525 767cdb97f103
parent 48154 dea4d68f1340
child 51949 2a1e47af3c6b
--- a/test/hotspot/jtreg/gc/TestAllocateHeapAtError.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/test/hotspot/jtreg/gc/TestAllocateHeapAtError.java	Tue Jun 12 17:40:28 2018 +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);
   }
 }
-