Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8277079

serviceability/sa/ClhsdbFindPC.java fails with ArrayIndexOutOfBoundsException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 18
    • hotspot
    • x86_64
    • windows

      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)*----------

            Unassigned Unassigned
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: