RFR: 8361086: JVMCIGlobals::check_jvmci_flags_are_consistent has incorrect format string

Kim Barrett kbarrett at openjdk.org
Mon Jun 30 16:26:01 UTC 2025


Please review this trivial fix of a format string. The value being printed is
TieredStopAtLevel, which is of type intx, so "%zd" should be used instead of "%d".

Testing: mach5 tier1

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

Commit messages:
 - TieredStopAtLevel printing

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

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


More information about the hotspot-compiler-dev mailing list