test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java
changeset 50525 767cdb97f103
parent 47216 71c04702a3d5
child 51081 7b4cc0cd6fe6
--- a/test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java	Tue Jun 12 17:40:28 2018 +0200
@@ -28,6 +28,7 @@
  *          test forces debuggee application eat ~70% of heap and runs jstat.
  *          jstat should show actual usage of old gen (OC/OU ~= old gen usage).
  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
+ * @requires vm.gc != "Z"
  * @modules java.base/jdk.internal.misc
  * @library /test/lib
  * @library ../share