< prev index next >

test/hotspot/jtreg/ProblemList.txt

Print this page
rev 48466 : [mq]: 8194824-add-testgclockerwithparallel-to-problemlist
rev 48467 : 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
Summary: During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME.
Reviewed-by:
Contributed-by: thomas.schatzl@oracle.com, axel.siebenborn@sap.com

*** 69,78 **** --- 69,79 ---- gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all gc/g1/TestVerifyGCType.java 8193067 generic-all gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all + gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all ############################################################################# # :hotspot_runtime
< prev index next >