mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-27 23:31:47 +00:00
8345301: GenShen: TestShenandoahEvacuationInformationEvent.java intermittent fails
Reviewed-by: kdnilsen, ruili
This commit is contained in:
parent
4233216ad0
commit
b800c7ec3b
@ -41,7 +41,7 @@ import jdk.test.lib.jfr.GCHelper;
|
||||
* @requires vm.hasJFR & vm.gc.Shenandoah
|
||||
* @requires vm.flagless
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -Xmx64m -XX:+UnlockExperimentalVMOptions -XX:ShenandoahRegionSize=1m -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational jdk.jfr.event.gc.detailed.TestShenandoahEvacuationInformationEvent
|
||||
* @run main/othervm -Xmx64m -XX:+UnlockExperimentalVMOptions -XX:ShenandoahRegionSize=1m -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -XX:ShenandoahGenerationalMinPIPUsage=100 -XX:ShenandoahImmediateThreshold=100 jdk.jfr.event.gc.detailed.TestShenandoahEvacuationInformationEvent
|
||||
*/
|
||||
|
||||
public class TestShenandoahEvacuationInformationEvent {
|
||||
|
||||
@ -39,7 +39,7 @@ import jdk.test.lib.jfr.Events;
|
||||
* @requires vm.hasJFR & vm.gc.Shenandoah
|
||||
* @requires vm.flagless
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -Xmx64m -XX:+UnlockExperimentalVMOptions -XX:ShenandoahRegionSize=1m -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational jdk.jfr.event.gc.detailed.TestShenandoahPromotionInformationEvent
|
||||
* @run main/othervm -Xmx64m -XX:+UnlockExperimentalVMOptions -XX:ShenandoahRegionSize=1m -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -XX:ShenandoahGenerationalMinPIPUsage=100 -XX:ShenandoahImmediateThreshold=100 jdk.jfr.event.gc.detailed.TestShenandoahPromotionInformationEvent
|
||||
*/
|
||||
|
||||
public class TestShenandoahPromotionInformationEvent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user