Integrated: 8301992: Embed SymbolTable CHT node
Calvin Cheung
ccheung at openjdk.org
Fri Feb 17 19:55:35 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.
This pull request has now been integrated.
Changeset: 86b9fce9
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/86b9fce9807eb5cbada90f9fa4d3763e3bff84cb
Stats: 198 lines in 4 files changed: 66 ins; 84 del; 48 mod
8301992: Embed SymbolTable CHT node
Co-authored-by: Robbin Ehn <rehn at openjdk.org>
Reviewed-by: coleenp, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/12562
More information about the hotspot-dev
mailing list