RFR: 8301992: Embed SymbolTable CHT node [v5]

Calvin Cheung ccheung at openjdk.org
Thu Feb 16 23:12:17 UTC 2023


> 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.

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  do nothing in free_node() if DumpSharedSpaces

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12562/files
  - new: https://git.openjdk.org/jdk/pull/12562/files/b22eb3b0..0f1d5a81

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12562&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12562&range=03-04

  Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12562.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12562/head:pull/12562

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


More information about the hotspot-dev mailing list