RFR: 8362515: RISC-V: cleanup NativeFarCall [v4]

Hamlin Li mli at openjdk.org
Fri Jul 25 08:34:55 UTC 2025


On Fri, 25 Jul 2025 03:01:08 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove NativeFarCall/RelocCall
>
> src/hotspot/cpu/riscv/nativeInst_riscv.hpp line 114:
> 
>> 112: // call instructions (used to manipulate inline caches, primitive &
>> 113: // DSO calls, etc.).
>> 114: // On riscv, NativeCall is a reloc call.
> 
> Suggestion: `NativeCall is reloc call on RISC-V. See MacroAssembler::reloc_call`

fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26370#discussion_r2230508486


More information about the hotspot-compiler-dev mailing list