RFR: 8301992: Embed SymbolTable CHT node
    Calvin Cheung 
    ccheung at openjdk.org
       
    Tue Feb 14 17:38:33 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.
-------------
Commit messages:
 - 8301992: Embed SymbolTable CHT node
Changes: https://git.openjdk.org/jdk/pull/12562/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12562&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301992
  Stats: 175 lines in 4 files changed: 51 ins; 85 del; 39 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