Details
-
Bug
-
Resolution: Fixed
-
P3
-
20, 21
-
b25
-
x86_64, aarch64
-
linux, os_x, windows
-
Verified
Description
The following test timed out in the JDK20 CI:
java/util/concurrent/locks/Lock/OOMEInAQS.java
Here's a snippet from the log file:
#section:main
----------messages:(8/375)----------
command: main -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
reason: User specified action: run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
started: Sun Dec 04 06:28:55 UTC 2022
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
finished: Sun Dec 04 06:40:47 UTC 2022
elapsed time (seconds): 712.879
----------configuration:(0/0)----------
----------System.out:(1/27)----------
Timeout refired 480 times
----------System.err:(0/0)----------
----------rerun:(45/5406)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-20+27-2092\windows-x64-debug.jdk\jdk-20\fastdebug\bin\java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 712858ms).
java/util/concurrent/locks/Lock/OOMEInAQS.java
Here's a snippet from the log file:
#section:main
----------messages:(8/375)----------
command: main -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
reason: User specified action: run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInAQS
started: Sun Dec 04 06:28:55 UTC 2022
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
finished: Sun Dec 04 06:40:47 UTC 2022
elapsed time (seconds): 712.879
----------configuration:(0/0)----------
----------System.out:(1/27)----------
Timeout refired 480 times
----------System.err:(0/0)----------
----------rerun:(45/5406)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-20+27-2092\windows-x64-debug.jdk\jdk-20\fastdebug\bin\java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 712858ms).
Attachments
Issue Links
- relates to
-
JDK-8309218 java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC
- Resolved