-
Bug
-
Resolution: Fixed
-
P1
-
13
JLONG_FORMAT_W is derived from INT64_FORMAT_W which uses the PRId64 macro from inttypes.h. For bsd, PRId64 translates into "lld". jlong, on the other hand, is typedef'ed as "long int". This causes the compiler to complain about incompatible types. On the other hand, JLONG_FORMAT seems compatible with type jlong.
- duplicates
-
JDK-8224747 Mac build broken after JDK-8224652
- Closed
- relates to
-
JDK-8224652 32-bit build failures after JDK-8213084 (Rework and enhance Print[Opto]Assembly output)
- Resolved