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 fromJDK-8376284.
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
- caused by
-
JDK-8376284 New test serviceability/sa/TestJhsdbJstackMixedCore.java from JDK-8374482 fails on Linux Alpine
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/30046