8342775: [Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME thrown from the UncaughtExceptionHandler

Reviewed-by: jpai, dholmes
This commit is contained in:
Tom Rodriguez 2025-02-03 17:04:55 +00:00
parent a57c9b101a
commit bb837d2f9b
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import java.util.stream.Stream;
* @bug 8066859
* @summary Check that AQS-based locks, conditions, and CountDownLatches do not fail when encountering OOME
* @requires vm.gc.G1
* @requires !(vm.graal.enabled & vm.compMode == "Xcomp")
* @run main/othervm -XX:+UseG1GC -XX:-UseGCOverheadLimit -Xmx48M -XX:-UseTLAB OOMEInAQS
*/

View File

@ -38,6 +38,7 @@ import java.util.stream.Stream;
* @bug 8066859
* @summary An adaptation of OOMEInAQS test for StampedLocks
* @requires vm.gc.G1
* @requires !(vm.graal.enabled & vm.compMode == "Xcomp")
* @run main/othervm -XX:+UseG1GC -XX:-UseGCOverheadLimit -Xmx48M -XX:-UseTLAB OOMEInStampedLock
*/