RFR: 8332689: RISC-V: Use load instead of trampolines [v10]
Robbin Ehn
rehn at openjdk.org
Mon Jun 17 07:55:19 UTC 2024
On Wed, 12 Jun 2024 15:51:19 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Robbin Ehn has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 15 commits:
>>
>> - Merge branch 'master' into 8332689
>> - Merge branch 'master' into 8332689
>> - Merge branch 'master' into 8332689
>> - Remove tmp file
>> - Prepare for dynamic NativeCall size
>> - Only allow one calling convetion, i.e. fixed sized
>> - Merge branch 'master' into 8332689
>> - Review comments
>> - Move shart/far code to cpp
>> - Cleanup
>> - ... and 5 more: https://git.openjdk.org/jdk/compare/93f3918e...eb30360a
>
> src/hotspot/cpu/riscv/nativeInst_riscv.cpp line 510:
>
>> 508: }
>> 509:
>> 510: void NativeFarCall::replace_mt_safe(address instr_addr, address code_buffer) {
>
> seems no usage and necessity of these 2 methods `replace_mt_safe` and `insert` ?
Removing them.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19453#discussion_r1642349992
More information about the hotspot-dev
mailing list