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

Evgeny Astigeevich duke at openjdk.org
Wed Aug 17 12:12:24 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 @theRealAph,
Do you have any other comments?

Thanks,
Evgeny

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

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


More information about the hotspot-compiler-dev mailing list