RFR: 8361086: JVMCIGlobals::check_jvmci_flags_are_consistent has incorrect format string
Manuel Hässig
mhaessig at openjdk.org
Tue Jul 1 09:34:50 UTC 2025
On Mon, 30 Jun 2025 16:14:08 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> 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
Looks good and trivial to me.
-------------
Marked as reviewed by mhaessig (Committer).
PR Review: https://git.openjdk.org/jdk/pull/26051#pullrequestreview-2974517185
More information about the graal-dev
mailing list