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

duke duke at openjdk.org
Thu Sep 25 11:55:18 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

@jaysk1 
Your change (at version c23f4c54264d455000556e090e2e0fc75d3ab4eb) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk25u/pull/228#issuecomment-3333584402


More information about the jdk-updates-dev mailing list