In many cases the AArch64 back end uses long and unsigned long types. These types don't work on LLP64 systems (such as Windows) and should be replaced either by int64_t or jlong, as appropriate.
- relates to
-
JDK-8280683 riscv: Remove uses of long and unsigned long
-
- Resolved
-
-
JDK-8279820 AArch64: Remove uses of long in aarch64.ad files
-
- Open
-