Integrated: 8301129: Link to debuginfo files should only be made after stripping
Julian Waters
jwaters at openjdk.org
Fri Jan 27 07:11:30 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
This pull request has now been integrated.
Changeset: c6b3f2dd
Author: Julian Waters <jwaters at 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
More information about the build-dev
mailing list