RFR: 8352920: Compilation failure: comparison of unsigned expression >= 0 is always true

Cesar Soares Lucas cslucas at openjdk.org
Fri Mar 28 01:12:57 UTC 2025


Please review this patch to fix the compilation failure. The fix is simply to only define the `BytecodeTransfer::trace_interpreter` method  in NOT_PRODUCT builds.

Tested on OSX/Linux aarch64/x86_64 with JTREG.

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

Commit messages:
 - Trace_interpreter only in NOT_PRODUCT

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

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


More information about the hotspot-runtime-dev mailing list