8345301: GenShen: TestShenandoahEvacuationInformationEvent.java intermittent fails

Reviewed-by: kdnilsen, ruili
This commit is contained in:
William Kemper 2026-04-23 17:00:23 +00:00
parent 4233216ad0
commit b800c7ec3b
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {