RFR: 8359359: AArch64: share trampolines between static calls to the same method

Mikhail Ablakatov mablakatov at openjdk.org
Wed Jul 2 16:02:41 UTC 2025


On Thu, 26 Jun 2025 08:17:42 GMT, Andrew Haley <aph 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.

Done. @theRealAph , could you give it another look when you've got some time?

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

PR Comment: https://git.openjdk.org/jdk/pull/25954#issuecomment-3028415201


More information about the hotspot-dev mailing list