On Mon, 11 Apr 2022 17:27:35 GMT, Andrew Leonard <aleon...@openjdk.org> wrote:
> I excluded all kinds of debuginfo files because I didn't know if they could > be made free of absolute paths, and it was out of scope for what I was doing > at the time. GCC, I believe, uses whatever pathname you give to the compiler in the debuginfo. If you give GCC relative pathnames, that's what it emits. ------------- PR: https://git.openjdk.java.net/jdk/pull/8177