--- old/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java 2020-02-06 19:18:54.376545867 +0100 +++ new/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java 2020-02-06 19:18:54.206545882 +0100 @@ -27,7 +27,7 @@ * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. - * @requires vm.gc != "Z" + * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share