[jdk25u] Integrated: 8360178: TestArguments.atojulong gtest has incorrect format string

Jayashree S Kumar duke at openjdk.org
Thu Sep 25 15:34:46 UTC 2025


On Mon, 22 Sep 2025 14:25:32 GMT, Jayashree S Kumar <duke at openjdk.org> wrote:

> A clean backport for [JDK-8360178](https://bugs.openjdk.org/browse/JDK-8360178)
> 
> This patch is to fix format directive when printing ULLONG_MAX by TestArguments.atojulong gtest. Instead of using JULONG_FORMAT, which might not be the proper type (though sized properly), use "%llu" to avoid potential warning.
> 
> Backporting this patch can help fix test gtest gap. 
> 
> Testing: mach5 tier1

This pull request has now been integrated.

Changeset: a8b394bd
Author:    Jayashree S Kumar <jayashree.s.kumar at oracle.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk25u/commit/a8b394bdea780d8e04ef63a68a960c87a91c1f65
Stats:     4 lines in 1 file changed: 2 ins; 1 del; 1 mod

8360178: TestArguments.atojulong gtest has incorrect format string

Backport-of: 878497fb85b9f7d066829b745324028f9f8cdc60

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

PR: https://git.openjdk.org/jdk25u/pull/228


More information about the jdk-updates-dev mailing list