RFR: 8293781: RISC-V: Clarify types of calls [v2]

Yanhong Zhu yzhu at openjdk.org
Sat Sep 17 02:36:42 UTC 2022


On Fri, 16 Sep 2022 14:24:56 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

>> Yanhong Zhu has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>> 
>>   Clarify types of calls
>
> src/hotspot/cpu/riscv/macroAssembler_riscv.hpp line 655:
> 
>> 653:   //     of a direct call, which is used if the destination of a call is in range,
>> 654:   //     and a register-indirect call. It has the advantages of reaching anywhere in
>> 655:   //     the AArch64 address space and being patchable at runtime when the generated
> 
> s/AArch64/RISC-V

Done.

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

PR: https://git.openjdk.org/jdk/pull/10311


More information about the hotspot-dev mailing list