The old trampoline call 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 for quite some time.
This propose to remove the related logic for the old trampoline call so that the code will be cleaner
and easier to maintain.
And the new solution (load target address from stub and call) has been baked for quite some time.
This propose to remove the related logic for the old trampoline call so that the code will be cleaner
and easier to maintain.
- relates to
-
JDK-8332689 RISC-V: Use load instead of trampolines
- Resolved
- links to
-
Commit(master) openjdk/jdk/eb40a88f
-
Review(master) openjdk/jdk/21822