On Mon, 13 Jan 2025 18:53:18 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> This does not look wrong. However, is %lld the standard format string for 
> printing out jlong values?

That should depend on the platform, lld is a long long int, while jlong can be 
either a long long or just a long

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

PR Comment: https://git.openjdk.org/jdk/pull/23076#issuecomment-2592914896

Reply via email to