-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: repo-riscv-port
-
Component/s: hotspot
-
None
-
riscv
-
linux
The riscv port should follow https://bugs.openjdk.java.net/browse/JDK-8248404, for the same reason of:
```
In many cases the RISCV64 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.
```
```
In many cases the RISCV64 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-8248404 AArch64: Remove uses of long and unsigned long
-
- Resolved
-