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

Tobias Hartmann thartmann at openjdk.org
Thu Apr 11 07:07:26 UTC 2024


On Thu, 11 Apr 2024 06:38:51 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> 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)

Thanks for the review and the patch, @RealFYang! I added it.

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

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


More information about the hotspot-compiler-dev mailing list