RFR: 8301129: Link to debuginfo files should only be made after stripping
Julian Waters
jwaters at openjdk.org
Fri Jan 27 07:11:29 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
Sorry for the long delay before actually doing the suggested changes, I ended up falling asleep on my laptop last night, apparently I wasn't aware I was that exhausted :/
-------------
PR: https://git.openjdk.org/jdk/pull/12209
More information about the build-dev
mailing list