RFR: 8301992: Embed SymbolTable CHT node
Ioi Lam
iklam at openjdk.org
Wed Feb 15 03:38:41 UTC 2023
On Tue, 14 Feb 2023 17:29:41 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this patch for embedding the Symbol inside a ConcurrentHashTable Node instead of having a pointer to a Symbol. This eliminates malloc/free for each Symbol.
>
> This patch is co-authored by @robehn.
>
> Passed tiers 1 - 4 testing.
Changes requested by iklam (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12562
More information about the hotspot-dev
mailing list