--- old/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromEdenToTenured.java 2018-06-08 19:43:32.051425469 +0200 +++ new/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromEdenToTenured.java 2018-06-08 19:43:31.780413711 +0200 @@ -26,6 +26,7 @@ * @bug 8031323 * @summary Verify that objects promoted from eden space to tenured space during * full GC are not aligned to SurvivorAlignmentInBytes value. + * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management