RFR: 8301129: Link to debuginfo files should only be made after stripping

Erik Joelsson erikj at openjdk.org
Thu Jan 26 14:18:18 UTC 2023


On Thu, 26 Jan 2023 04:05:37 GMT, Julian Waters <jwaters at 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

Marked as reviewed by erikj (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/12209



More information about the build-dev mailing list