RFR: 8301992: Embed SymbolTable CHT node [v4]

Calvin Cheung ccheung at openjdk.org
Thu Feb 16 16:56:56 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:

  add Afree() for permanent symbols

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

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

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

  Stats: 10 lines in 1 file changed: 9 ins; 0 del; 1 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