RFR: 8298075: RISC-V: Implement post-call NOPs [v3]
Xiaolin Zheng
xlinzheng at openjdk.org
Tue Dec 6 09:54:23 UTC 2022
On Tue, 6 Dec 2022 07:47:46 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Xiaolin Zheng has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Better to remove the ASSERT for we already use assert()
>
> src/hotspot/cpu/riscv/nativeInst_riscv.cpp line 448:
>
>> 446:
>> 447: int NativePostCallNop::displacement() const {
>> 448: // discard the high 32-bit
>
> Suggestion: // Discard the high 32 bits
Thank you - done.
-------------
PR: https://git.openjdk.org/jdk/pull/11502
More information about the hotspot-dev
mailing list