On Mon, 18 Apr 2022 15:27:07 GMT, Yadong Wang <yadongw...@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

Reply via email to