-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b05
-
aarch64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8322775 | 21.0.3 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The following test timed out in the JDK22 CI:
runtime/ErrorHandling/TestAbortVmOnException.java
Here's a snippet from the log file:
#section:driver
----------messages:(10/316)----------
command: driver TestAbortVmOnException
reason: User specified action: run driver TestAbortVmOnException
started: Mon Jun 26 13:23:36 GMT 2023
Mode: agentvm
Agent id: 6
Timeout refired 480 times
Timeout information:
--- Timeout information end.
finished: Mon Jun 26 13:36:02 GMT 2023
elapsed time (seconds): 745.706
----------configuration:(14/1990)----------
<snip>
result: Error. Agent error: java.lang.Exception: Agent 6 timed out with a timeout of 480 seconds; check console log for any additional details
Since this is a new test recently added by:
JDK-8264899 C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
I'm starting this bug off in hotspot/compiler for initial triage.
runtime/ErrorHandling/TestAbortVmOnException.java
Here's a snippet from the log file:
#section:driver
----------messages:(10/316)----------
command: driver TestAbortVmOnException
reason: User specified action: run driver TestAbortVmOnException
started: Mon Jun 26 13:23:36 GMT 2023
Mode: agentvm
Agent id: 6
Timeout refired 480 times
Timeout information:
--- Timeout information end.
finished: Mon Jun 26 13:36:02 GMT 2023
elapsed time (seconds): 745.706
----------configuration:(14/1990)----------
<snip>
result: Error. Agent error: java.lang.Exception: Agent 6 timed out with a timeout of 480 seconds; check console log for any additional details
Since this is a new test recently added by:
I'm starting this bug off in hotspot/compiler for initial triage.
- backported by
-
JDK-8322775 runtime/ErrorHandling/TestAbortVmOnException.java times out due to core dumps taking a long time on OSX
-
- Resolved
-
- relates to
-
JDK-8267433 Core dumps on OSX sometimes take a very long time
-
- Open
-
-
JDK-8264899 C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
-
- Resolved
-
- links to
-
Commit openjdk/jdk21u-dev/4c5502d9
-
Commit openjdk/jdk/e5744b81
-
Review openjdk/jdk21u-dev/102
-
Review openjdk/jdk/14704
(2 links to)