mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-02 15:20:27 +00:00
8382335: gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java intermittently fails with OOME
Reviewed-by: kdnilsen, xpeng, syan
This commit is contained in:
parent
2456994e84
commit
2e98a87fec
@ -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
|
||||
|
||||
#############################################################################
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user