< prev index next >

test/hotspot/jtreg/gc/shenandoah/mxbeans/TestPauseNotifications.java

Print this page
rev 59879 : [mq]: 8249000

*** 23,33 **** */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahDegeneratedGC * TestPauseNotifications --- 23,33 ---- */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahDegeneratedGC * TestPauseNotifications
*** 39,49 **** */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestPauseNotifications * --- 39,49 ---- */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestPauseNotifications *
*** 61,71 **** */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGCHeuristics=aggressive * TestPauseNotifications * --- 61,71 ---- */ /* * @test TestPauseNotifications * @summary Check that MX notifications are reported for all cycles ! * @requires vm.gc.Shenandoah * * @run main/othervm -Xmx128m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGCHeuristics=aggressive * TestPauseNotifications *
< prev index next >