[jdk21u-dev] RFR: 8323667: Library debug files contain non-reproducible full gcc include paths
Andrew Leonard
aleonard at openjdk.org
Tue Feb 13 09:25:07 UTC 2024
On Fri, 9 Feb 2024 14:36:14 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
> Native library debug files contain the full gcc system include paths, which then results in the native library being non-reproducible (via the CRC bytes), if built with differing gcc include path location.
> This is a backport of the jdk fix to -fdebug-prefix-map these gcc paths when absolute paths are not allowed for a release build.
thank you @savoptik
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/251#issuecomment-1940879488
More information about the jdk-updates-dev
mailing list