The following test failed in the JDK18 CI:
serviceability/sa/ClhsdbFindPC.java#no-xcomp-process
Here's a snippet from the log file:
----------System.err:(15/1032)----------
java.lang.RuntimeException: Test ERROR java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at ClhsdbFindPC.testFindPC(ClhsdbFindPC.java:284)
at ClhsdbFindPC.main(ClhsdbFindPC.java:306)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at ClhsdbFindPC.testFindPC(ClhsdbFindPC.java:140)
... 5 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test ERROR java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test ERROR java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
----------rerun:(37/5615)*----------