--- old/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionToSurvivor.java 2018-06-08 19:43:33.189474845 +0200 +++ new/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionToSurvivor.java 2018-06-08 19:43:32.920463173 +0200 @@ -26,6 +26,7 @@ * @bug 8031323 * @summary Verify that objects promoted from eden space to survivor space after * minor GC are aligned to SurvivorAlignmentInBytes. + * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management