--- old/test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java 2020-02-06 19:18:47.823546441 +0100 +++ new/test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java 2020-02-06 19:18:47.658546455 +0100 @@ -26,7 +26,7 @@ * @bug 8031323 * @summary Verify that object's alignment in eden space is not affected by * SurvivorAlignmentInBytes option. - * @requires vm.gc != "Z" + * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management