< prev index next >

test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u

@@ -26,11 +26,11 @@
  * @summary Test checks output displayed with jstat -gc.
  *          Test scenario:
  *          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"
+ * @requires vm.gc != "Z" & vm.gc != "Shenandoah"
  * @modules java.base/jdk.internal.misc
  * @library /test/lib
  * @library ../share
  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
                      -XX:+UsePerfData -XX:MaxNewSize=4m -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02
< prev index next >