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

Kim Barrett kbarrett at openjdk.org
Wed Jul 2 00:30:44 UTC 2025


On Mon, 30 Jun 2025 23:16:20 GMT, Vladimir Kozlov <kvn 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
>
> Thank you for checking other solutions.
> 
> Current fix is good.

Thanks for reviews @vnkozlov , @mhaessig , and @mur47x111

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

PR Comment: https://git.openjdk.org/jdk/pull/26051#issuecomment-3025913681


More information about the hotspot-compiler-dev mailing list