RFR: 8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed [v3]
Brian Burkhalter
bpb at openjdk.java.net
Thu Apr 8 16:15:23 UTC 2021
> Please consider this change to make `sun.nio.fs.WindowsFileStore.equals()` return `true` if the root strings of the two objects are equal under case insensitive comparison, and the two `WindowsFileStore`s have the same volume information.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8264400: Remove hasHashCode and race on hashCode == 0
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3279/files
- new: https://git.openjdk.java.net/jdk/pull/3279/files/9260dfde..c9e34e48
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3279&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3279&range=01-02
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/3279.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3279/head:pull/3279
PR: https://git.openjdk.java.net/jdk/pull/3279
More information about the nio-dev
mailing list