RFR: 8332689: RISC-V: Use load instead of trampolines [v7]
Robbin Ehn
rehn at openjdk.org
Fri Jun 14 12:54:24 UTC 2024
On Thu, 6 Jun 2024 21:07:16 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/nativeInst_riscv.cpp line 519:
>
>> 517:
>> 518: address NativeCall::instruction_address() const {
>> 519: if (!UseTrampolines) {
>
> maybe use positive condition check? similar suggestion for below conditions.
ok
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19453#discussion_r1639773666
More information about the hotspot-dev
mailing list