RFR: 8326306: RISC-V: Re-structure MASM calls and jumps [v8]
Robbin Ehn
rehn at openjdk.org
Wed May 8 14:54:55 UTC 2024
On Wed, 8 May 2024 14:17:10 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> As you turn off "fast JNI" with those option I think it's fine to use rt_call, which would do movptr in this case.
>> If you wanted fast JNI you shouldn't turn it off.
>>
>> But I can revert to la+jalr if you feel strongly about it?
>
>> But I can revert to la+jalr if you feel strongly about it?
>
> Yeah, I would suggest we revert to the original la+jalr to keep this PR simple and think more about it.
>
> (And maybe remove the check for li in `call` at the same time?)
Yes, let's finish this PR and make other wanted changes in other PR's :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18942#discussion_r1594178763
More information about the hotspot-dev
mailing list