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

Fei Yang fyang at openjdk.org
Fri Jul 25 09:05:54 UTC 2025


On Fri, 25 Jul 2025 08:39:39 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Hi,
>> Can you help to review this patch?
>> 
>> By https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/riscv/macroAssembler_riscv.hpp#L1270, there are far call, indirect call, reloc call.
>> NativeFarCall is in fact a reloc call, the name is confusing, better to rename it to RelocCall.
>> Also add some comments and do some other simple cleanup.
>> 
>> Thanks!
>
> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   comments

Thanks!

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26370#pullrequestreview-3054670513


More information about the hotspot-compiler-dev mailing list