-
Bug
-
Resolution: Fixed
-
P2
-
20
-
b07
-
aarch64
-
linux
-
Verified
The following test failed in the JDK20 CI:
java/util/concurrent/locks/Lock/OOMEInAQS.java
Here's a snippet from the log file:
#section:main
----------messages:(4/238)----------
command: main -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
reason: User specified action: run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.707
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(0/0)----------
----------rerun:(37/5493)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 0]
java/util/concurrent/locks/Lock/OOMEInAQS.java
Here's a snippet from the log file:
#section:main
----------messages:(4/238)----------
command: main -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
reason: User specified action: run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.707
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(0/0)----------
----------rerun:(37/5493)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 0]
- relates to
-
JDK-8066859 java/lang/ref/OOMEInReferenceHandler.java failed with java.lang.Exception: Reference Handler thread died
- Closed