RFR: 8329258: [AArch64] TailCall should not use frame pointer register for jump target [v2]

Fei Yang fyang at openjdk.org
Thu Apr 11 06:41:42 UTC 2024


On Thu, 11 Apr 2024 06:37:22 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adjusted comments according to review
>
> Okay, let's leave it then.

@TobiHartmann : Yes, you are right. This issue also triggers on linux-riscv64 if I force allocating the frame pointer (x8) for `jump_target`. And I have prepared a similar fix. Could you please add it? Thanks.
[18716-riscv.diff.txt](https://github.com/openjdk/jdk/files/14942269/18716-riscv.diff.txt)

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

PR Comment: https://git.openjdk.org/jdk/pull/18716#issuecomment-2049018151


More information about the hotspot-compiler-dev mailing list