RFR: 8350584: Check the usage of LOG_PLEASE

SendaoYan syan at openjdk.org
Tue Feb 25 03:37:16 UTC 2025


Hi all,

Seen discussion in https://github.com/openjdk/jdk/pull/23290#issuecomment-2678001782. The LOG_PLEASE macro seems currently being defined are debugging leftovers that shouldn't have been committed. It's definition is typically
commented or uncommented to provide some additional logging for some tests of interest.

This PR comment out the `#define LOG_PLEASE` same to other gtests. Change has been verified locally, test-fix only, no risk.

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

Commit messages:
 - 8350584: Check the usage of LOG_PLEASE

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

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


More information about the hotspot-runtime-dev mailing list