--- old/test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java 2020-01-17 17:14:57.942114618 +0100 +++ new/test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java 2020-01-17 17:14:57.842114624 +0100 @@ -25,7 +25,7 @@ * @test TestSurvivorRatioFlag * @key gc * @summary Verify that actual survivor ratio is equal to specified SurvivorRatio value - * @requires vm.gc != "Z" + * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management