RFR: 8317678: Fix up hashCode() for ZipFile.Source.Key [v6]

Sean Coffey coffeys at openjdk.org
Tue Oct 17 19:55:19 UTC 2023


> Fix up java.util.zip.ZipFile$Source hashCode() impl so that duplicate Source objects aren't created for the same zip file.

Sean Coffey has updated the pull request incrementally with one additional commit since the last revision:

  remove getCanonicalFile calls, update ZipFile jmh benchmark test, tidy up junit test

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16115/files
  - new: https://git.openjdk.org/jdk/pull/16115/files/7f9d3a90..cfa65c05

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16115&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16115&range=04-05

  Stats: 61 lines in 3 files changed: 28 ins; 25 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/16115.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16115/head:pull/16115

PR: https://git.openjdk.org/jdk/pull/16115


More information about the core-libs-dev mailing list