< prev index next >

test/hotspot/jtreg/gc/z/TestGarbageCollectorMXBean.java

Print this page
rev 59879 : [mq]: 8249000

*** 21,31 **** * questions. */ /** * @test TestGarbageCollectorMXBean ! * @requires vm.gc.Z & !vm.graal.enabled * @summary Test ZGC garbage collector MXBean * @modules java.management * @run main/othervm -XX:+UseZGC -Xms256M -Xmx512M -Xlog:gc TestGarbageCollectorMXBean 256 512 * @run main/othervm -XX:+UseZGC -Xms512M -Xmx512M -Xlog:gc TestGarbageCollectorMXBean 512 512 */ --- 21,31 ---- * questions. */ /** * @test TestGarbageCollectorMXBean ! * @requires vm.gc.Z * @summary Test ZGC garbage collector MXBean * @modules java.management * @run main/othervm -XX:+UseZGC -Xms256M -Xmx512M -Xlog:gc TestGarbageCollectorMXBean 256 512 * @run main/othervm -XX:+UseZGC -Xms512M -Xmx512M -Xlog:gc TestGarbageCollectorMXBean 512 512 */
< prev index next >