RFR: 8319850: PrintInlining should print which methods are late inlines [v14]

theoweidmannoracle duke at openjdk.org
Mon Nov 25 10:33:20 UTC 2024


On Sat, 23 Nov 2024 08:48:42 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> If there's a key-value relationship from bci -> whatever, then we have a balanced binary tree class `Treap` that can be used. There's no `TreapArena` right now, but this PR can add it.

@jdksjolen Do you think a binary tree (Treap) will be more suitable than a hash map? I saw that there are also several hash map implementations available in hotspot.

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

PR Comment: https://git.openjdk.org/jdk/pull/21899#issuecomment-2497591789


More information about the hotspot-compiler-dev mailing list