RFR: 8332689: RISC-V: Use load instead of trampolines [v7]

Fei Yang fyang at openjdk.org
Fri Jun 7 07:20:13 UTC 2024


On Thu, 6 Jun 2024 14:10:27 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove tmp file
>
> src/hotspot/cpu/riscv/macroAssembler_riscv.cpp line 981:
> 
>> 979: }
>> 980: 
>> 981: void MacroAssembler::load_link(const address source, Register temp) {
> 
> maybe modify to `load_jump_link` or `load_link_jump`?

I am considering names like `indirect_jump_link` :-)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19453#discussion_r1630754606


More information about the hotspot-dev mailing list