Integrated: 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 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

This pull request has now been integrated.

Changeset: c6448dc3
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c6448dc3afb1da9d93bb94804aa1971a650b91b7
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8361086: JVMCIGlobals::check_jvmci_flags_are_consistent has incorrect format string

Reviewed-by: kvn, mhaessig, yzheng

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

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


More information about the hotspot-compiler-dev mailing list