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.