RFR: 8280152: AArch64: Reuse runtime call trampolines [v4]

Yi-Fan Tsai duke at openjdk.org
Wed Aug 3 09:29:54 UTC 2022


On Fri, 22 Jul 2022 08:17:56 GMT, Andrew Haley <aph at openjdk.org> wrote:

> it seems rather eccentric to create an array of all the calls, then create a hash table from the array.

This approach has been replaced by open hashing.

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

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


More information about the hotspot-dev mailing list