RFR: 8348536: Build fails with extra cflags -DLOG_PLEASE

SendaoYan syan at openjdk.org
Fri Jan 24 06:44:33 UTC 2025


Hi all,
This is complement implement PR of [JDK-8347990](https://bugs.openjdk.org/browse/JDK-8347990), which fix make fails with extra flags '-DLOG_PLEASE'. On the other hand, I think it's better check macro `LOG_PLEASE` has been defined or not before define it.
Change has been verified locally, test-fix only, risk is low.

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

Commit messages:
 - 8348536: Build fails with extra cflags -DLOG_PLEASE

Changes: https://git.openjdk.org/jdk/pull/23290/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23290&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8348536
  Stats: 12 lines in 5 files changed: 6 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/23290.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23290/head:pull/23290

PR: https://git.openjdk.org/jdk/pull/23290


More information about the hotspot-runtime-dev mailing list