mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 06:58:23 +00:00
8298066: java/util/concurrent/locks/Lock/OOMEInAQS.java timed out
Reviewed-by: alanb
This commit is contained in:
parent
65c8dbe693
commit
544978cb76
@ -37,6 +37,5 @@ sun/tools/jhsdb/SAGetoptTest.java 8307393 generic-all
|
||||
sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java 8307393 generic-all
|
||||
sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java 8307393 generic-all
|
||||
|
||||
java/util/concurrent/locks/Lock/OOMEInAQS.java 8298066 generic-all
|
||||
com/sun/jdi/ThreadMemoryLeakTest.java 8307402 generic-all
|
||||
java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java 8308047 windows-x64
|
||||
|
||||
@ -27,4 +27,3 @@
|
||||
#
|
||||
#############################################################################
|
||||
|
||||
java/util/concurrent/locks/Lock/OOMEInAQS.java 8298066 generic-all
|
||||
|
||||
@ -38,7 +38,7 @@ import java.util.stream.Stream;
|
||||
* @test
|
||||
* @bug 8066859
|
||||
* @summary Check that AQS-based locks, conditions, and CountDownLatches do not fail when encountering OOME
|
||||
* @run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
|
||||
* @run main/othervm -XX:-UseGCOverheadLimit -Xmx48M -XX:-UseTLAB OOMEInAQS
|
||||
*/
|
||||
|
||||
public class OOMEInAQS extends Thread {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user