RFR: 8347576: Error output in libjsound has non matching format strings
Christoph Langer
clanger at openjdk.org
Tue Jan 14 09:51:40 UTC 2025
On Tue, 14 Jan 2025 08:55:57 GMT, Matthias Baesken <mbaesken at 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
More information about the client-libs-dev
mailing list