[jdk17u-dev] RFR: 8288399: MacOS debug symbol files not always deterministic in reproducible builds

Andrew Leonard aleonard at openjdk.org
Tue Aug 2 15:18:56 UTC 2022


On MacOS builds enable -fdebug-prefix-map and -frandom-seed to enable fully reproducible builds, that are currently non-deterministic when debug symbols are created due to absolute debug symbol paths and non-deterministic random symbol name generation.

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

Commit messages:
 - Backport 6633855ca78ff0f5f1213a2a1424436678a30e55

Changes: https://git.openjdk.org/jdk17u-dev/pull/624/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=624&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8288399
  Stats: 17 lines in 2 files changed: 13 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/624.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/624/head:pull/624

PR: https://git.openjdk.org/jdk17u-dev/pull/624


More information about the jdk-updates-dev mailing list