RFR: 8266642: improve ResolvedMethodTable hash function [v4]
    Denghui Dong 
    ddong at openjdk.java.net
       
    Wed May 12 05:31:46 UTC 2021
    
    
  
> JDK-8249719 has fixed the bad hash function problem, however, the performance problem still exists when there are a large number of classes with the same name.
> Adding the address of the corresponding ClassLoaderData as a factor of hash can solve the problem.
Denghui Dong has updated the pull request incrementally with one additional commit since the last revision:
  comment
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3901/files
  - new: https://git.openjdk.java.net/jdk/pull/3901/files/82d8cc6c..6a089b24
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3901&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3901&range=02-03
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3901.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3901/head:pull/3901
PR: https://git.openjdk.java.net/jdk/pull/3901
    
    
More information about the hotspot-runtime-dev
mailing list