RFR: 8284949: riscv: Add Zero support for the 32-bit RISC-V architecture [v2]

Feilong Jiang fjiang at openjdk.java.net
Tue Apr 19 08:47:19 UTC 2022


On Mon, 18 Apr 2022 15:27:07 GMT, Yadong Wang <yadongwang at openjdk.org> wrote:

>> Feilong Jiang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   adjust SYS_futex define for RISCV32
>
> src/hotspot/os/linux/waitBarrier_linux.cpp line 44:
> 
>> 42: #ifndef SYS_futex
>> 43:   #if defined(RISCV32) && defined(SYS_futex_time64)
>> 44:     #define SYS_futex SYS_futex_time64
> 
> Should it be better to check SYS_futex and SYS_futex_time64 when RISCV32 defined?

Fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/8284



More information about the build-dev mailing list