--- old/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java 2018-06-08 19:43:35.500575115 +0200 +++ new/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java 2018-06-08 19:43:35.230563400 +0200 @@ -27,6 +27,7 @@ * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. + * @requires vm.gc != "Z" * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share