--- old/test/hotspot/jtreg/serviceability/tmtools/jstat/GcNewTest.java 2020-02-06 19:18:57.005545637 +0100 +++ new/test/hotspot/jtreg/serviceability/tmtools/jstat/GcNewTest.java 2020-02-06 19:18:56.837545651 +0100 @@ -29,7 +29,7 @@ * test several times provokes garbage collection in the debuggee application and after each garbage * collection runs jstat. jstat should show that after garbage collection number of GC events and garbage * collection time increase. - * @requires vm.gc != "Z" + * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share