Compiling the ADLC build tool on Windows is generating multiple warnings like this:
cl : Command line warning D9007 : '/pathmap:' requires '/experimental:deterministic'; option ignored This is caused by the `ADLC_CFLAGS` are including `$FILE_MACRO_CFLAGS` but missing `$REPRODUCIBLE_CFLAGS`. This patch simply adds them. At some point we should refactor the ADLC flags properly, but I don't think we should wait for that to fix these warnings. ------------- Commit messages: - JDK-8286757 Changes: https://git.openjdk.org/jdk/pull/15545/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15545&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8286757 Stats: 3 lines in 3 files changed: 2 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/15545.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/15545/head:pull/15545 PR: https://git.openjdk.org/jdk/pull/15545
