Integrated: 8343430: RISC-V: C2: Remove old trampoline call
Fei Yang
fyang at openjdk.org
Wed Nov 13 00:11:29 UTC 2024
On Fri, 1 Nov 2024 12:08:58 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi, please consider this cleanup change.
>
> The old trampoline call on linux-riscv64 is disabled by default after: https://bugs.openjdk.org/browse/JDK-8332689.
> And the new solution (load target address from stub and call) has been baked in jdk master for quite some time.
> This propose to remove the old trampoline call related logic so that the code will be cleaner and easier to maintain.
> As we are still using `trampoline_stub_Relocation` for the stub, I kept using the original `emit_trampoline_stub` name.
>
> Testing on linux-riscv64:
> - [x] tier1-tier3 (release)
> - [x] hotspot:tier1 (fastdebug)
This pull request has now been integrated.
Changeset: eb40a88f
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/eb40a88f4076360708402454a494907e8c0c845d
Stats: 632 lines in 12 files changed: 9 ins; 546 del; 77 mod
8343430: RISC-V: C2: Remove old trampoline call
Reviewed-by: mli, rehn
-------------
PR: https://git.openjdk.org/jdk/pull/21822
More information about the hotspot-dev
mailing list