test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java
changeset 50525 767cdb97f103
parent 47216 71c04702a3d5
child 52925 9c18c9d839d3
--- a/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java	Tue Jun 12 17:40:28 2018 +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