RFR: 8359359: AArch64: share trampolines between static calls to the same method
Andrew Haley
aph at openjdk.org
Thu Jun 26 08:20:27 UTC 2025
On Wed, 25 Jun 2025 12:48:31 GMT, Mikhail Ablakatov <mablakatov at openjdk.org> wrote:
> We could use something like `Pair<callKind, address>` for keys instead and use the `first` to distinguish between runtime and static calls. I'd need to extend `template<...> class Pair` so it properly supports hashing and comparison (at least equality) for this to work.
Sounds good.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25954#issuecomment-3007613728
More information about the hotspot-dev
mailing list