On Thu, 26 Jan 2023 04:05:37 GMT, Julian Waters <jwat...@openjdk.org> wrote:
> Links to debuginfo files should only be made after strip is run, as doing so > before can cause strip to wreck the embedded link and make the executable > entirely un-executable in certain strange cases. It's safer to always just > make the link after strip is called regardless This pull request has now been integrated. Changeset: c6b3f2dd Author: Julian Waters <jwat...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c6b3f2dd1055f332c6230872c17e3a6c6f9dff3b Stats: 9 lines in 1 file changed: 5 ins; 0 del; 4 mod 8301129: Link to debuginfo files should only be made after stripping Reviewed-by: erikj, ihse ------------- PR: https://git.openjdk.org/jdk/pull/12209