RFR: 8301992: Embed SymbolTable CHT node [v3]

Calvin Cheung ccheung at openjdk.org
Wed Feb 15 20:30:30 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:

  remove unused allocate_symbol() declaration in symbolTable.hpp

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

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

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

  Stats: 1 line in 1 file changed: 0 ins; 1 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