On Tue, 14 Jan 2025 08:55:57 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:

> Regarding jlong-format, in HS globalDefinitions.hpp we have this
> 
> ```
> #define INT64_FORMAT             "%"          PRId64
>  ....
> #ifndef JLONG_FORMAT
> #define JLONG_FORMAT             INT64_FORMAT
> ```
> 
> Not sure we want to use that here?

I also did some source code search, I think %lld should be good here. It's used 
in lots of other places as well.

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

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

Reply via email to