< prev index next >

test/hotspot/jtreg/gc/arguments/TestVerifyBeforeAndAfterGCFlags.java

Print this page
rev 53307 : Backport Shenadoah GC

*** 26,36 **** * @key gc * @bug 8000831 * @summary Runs an simple application (GarbageProducer) with various combinations of -XX:{+|-}Verify{After|Before}GC flags and checks that output contain or doesn't contain expected patterns ! * @requires vm.gc != "Z" * @modules java.base/jdk.internal.misc * @modules java.management * @library /test/lib * @run driver TestVerifyBeforeAndAfterGCFlags */ --- 26,36 ---- * @key gc * @bug 8000831 * @summary Runs an simple application (GarbageProducer) with various combinations of -XX:{+|-}Verify{After|Before}GC flags and checks that output contain or doesn't contain expected patterns ! * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @modules java.base/jdk.internal.misc * @modules java.management * @library /test/lib * @run driver TestVerifyBeforeAndAfterGCFlags */
< prev index next >