Incorrect build ID path in SATestUtils.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 27
    • Component/s: hotspot
    • None

      The build ID path should be `/usr/lib/debug/.build-id` in `SATestUtils.java`, instead of `/usr/lib/debug/.build_id`.

      From https://sourceware.org/gdb/current/onlinedocs/gdb#index-_002ebuild_002did-directory:

      ```
      ... then GDB will look for the following debug information files, in the indicated order:
          - /usr/lib/debug/.build-id/ab/cdef1234.debug
      ```

      Git history shows this code is from JDK-8376284.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: