[riscv-port] Integrated: 8280683: riscv: Remove uses of long and unsigned long

Yadong Wang yadongwang at openjdk.java.net
Fri Jan 28 07:35:34 UTC 2022


On Fri, 28 Jan 2022 05:13:00 GMT, Yadong Wang <yadongwang at openjdk.org> wrote:

> 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.
> 
> 
> Hotspot/jdk tier1 passed on the unmatched board. And all jtreg tests have been tested on Qemu without new failures.

This pull request has now been integrated.

Changeset: 7bb9b270
Author:    Yadong Wang <yadongwang at openjdk.org>
URL:       https://git.openjdk.java.net/riscv-port/commit/7bb9b27071ee0821d5449d554c89aefd4b445b0d
Stats:     45 lines in 5 files changed: 14 ins; 19 del; 12 mod

8280683: riscv: Remove uses of long and unsigned long

Reviewed-by: fyang

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

PR: https://git.openjdk.java.net/riscv-port/pull/55


More information about the riscv-port-dev mailing list