<AWT Dev> RFR: 8268113: Re-use Long.hashCode() where possible [v4]
    Сергей Цыпанов 
    github.com+10835776+stsypanov at openjdk.java.net
       
    Fri Jun  4 11:54:31 UTC 2021
    
    
  
> There is a few JDK classes duplicating the contents of Long.hashCode() for hash code calculation. They should explicitly delegate to Long.hashCode().
Сергей Цыпанов has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
 - Merge branch 'master' into 8268113
 - 8268113: Inline local vars where reasonable
 - 8268113: Delegate to Double.hashCode()
 - 8268113: Re-use Long.hashCode() where possible
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4309/files
  - new: https://git.openjdk.java.net/jdk/pull/4309/files/df8be00a..7dc5020e
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4309&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4309&range=02-03
  Stats: 454615 lines in 1482 files changed: 442781 ins; 7489 del; 4345 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4309.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4309/head:pull/4309
PR: https://git.openjdk.java.net/jdk/pull/4309
    
    
More information about the awt-dev
mailing list