< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

*** 23,33 **** */ /* * @test TestChurnNotifications * @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 -Dprecise=true * TestChurnNotifications --- 23,33 ---- */ /* * @test TestChurnNotifications * @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 -Dprecise=true * TestChurnNotifications
*** 39,49 **** */ /* * @test TestChurnNotifications * @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 * -Dprecise=false * TestChurnNotifications --- 39,49 ---- */ /* * @test TestChurnNotifications * @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 * -Dprecise=false * TestChurnNotifications
*** 65,75 **** */ /* * @test TestChurnNotifications * @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 * -Dprecise=false * TestChurnNotifications --- 65,75 ---- */ /* * @test TestChurnNotifications * @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 * -Dprecise=false * TestChurnNotifications
< prev index next >