RFR: 8285487: AArch64: Do not generate unneeded trampolines for runtime calls [v6]

Evgeny Astigeevich duke at openjdk.org
Wed Sep 7 13:45:44 UTC 2022


On Tue, 16 Aug 2022 12:04:20 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> This is the fix of:
>> [JDK-8286314](https://bugs.openjdk.org/browse/JDK-8286314): Trampoline not created for far runtime targets outside small CodeCache
>> 
>> At the time of writing the fix I could not find how to test the fix. We don't generate such trampoline calls.
>> 
>> I think if such calls appear, they will always be unreachable.
>
> Please take it out, then.

Hi Andrew (@theRealAph),
Have you had a change to review the latest version?

Thanks,
Evgeny

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

PR: https://git.openjdk.org/jdk/pull/8403


More information about the hotspot-dev mailing list