8382335: gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java intermittently fails with OOME

Reviewed-by: kdnilsen, xpeng, syan
This commit is contained in:
Rui Li 2026-06-16 21:03:28 +00:00 committed by Xiaolong Peng
parent 2456994e84
commit 2e98a87fec
3 changed files with 4 additions and 8 deletions

View File

@ -86,10 +86,6 @@ gc/TestAllocHumongousFragment.java#aggressive 8298781 generic-all
gc/TestAllocHumongousFragment.java#g1 8298781 generic-all
gc/TestAllocHumongousFragment.java#static 8298781 generic-all
gc/shenandoah/oom/TestAllocOutOfMemory.java#large 8344312 linux-ppc64le
gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java#generational 8382335 generic-all
gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java#default 8382335 generic-all
gc/stress/jfr/TestStressBigAllocationGCEventsWithShenandoah.java#generational 8382335 generic-all
gc/stress/jfr/TestStressBigAllocationGCEventsWithShenandoah.java#default 8382335 generic-all
#############################################################################

View File

@ -30,7 +30,7 @@ package jdk.jfr.event.gc.detailed;
* @requires vm.hasJFR
* @requires vm.gc.Shenandoah
* @library /test/lib /test/jdk
* @run main/othervm -XX:+UseShenandoahGC -Xmx64m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithShenandoah
* @run main/othervm -XX:+UseShenandoahGC -Xmx128m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithShenandoah
*/
/**
@ -39,7 +39,7 @@ package jdk.jfr.event.gc.detailed;
* @requires vm.hasJFR
* @requires vm.gc.Shenandoah
* @library /test/lib /test/jdk
* @run main/othervm -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -Xmx64m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithShenandoah
* @run main/othervm -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -Xmx128m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithShenandoah
*/
public class TestStressAllocationGCEventsWithShenandoah {

View File

@ -30,7 +30,7 @@ package jdk.jfr.event.gc.detailed;
* @requires vm.hasJFR
* @requires vm.gc.Shenandoah
* @library /test/lib /test/jdk
* @run main/othervm -XX:+UseShenandoahGC -Xmx256m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithShenandoah 1048576
* @run main/othervm -XX:+UseShenandoahGC -Xmx512m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithShenandoah 1048576
*/
/**
@ -39,7 +39,7 @@ package jdk.jfr.event.gc.detailed;
* @requires vm.hasJFR
* @requires vm.gc.Shenandoah
* @library /test/lib /test/jdk
* @run main/othervm -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -Xmx256m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithShenandoah 1048576
* @run main/othervm -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -Xmx512m -XX:ActiveProcessorCount=1 jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithShenandoah 1048576
*/
public class TestStressBigAllocationGCEventsWithShenandoah {