test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java
changeset 50525 767cdb97f103
parent 48791 6e079ff6c83c
child 52925 9c18c9d839d3
--- a/test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java	Tue Jun 12 17:40:28 2018 +0200
@@ -26,6 +26,7 @@
  * @bug 8031323
  * @summary Verify that object's alignment in eden space is not affected by
  *          SurvivorAlignmentInBytes option.
+ * @requires vm.gc != "Z"
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management