mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +00:00
8342775: [Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME thrown from the UncaughtExceptionHandler
Reviewed-by: jpai, dholmes
This commit is contained in:
parent
a57c9b101a
commit
bb837d2f9b
@ -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
|
||||
*/
|
||||
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user