Integrated: 8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed

Brian Burkhalter bpb at openjdk.java.net
Fri Apr 9 15:45:18 UTC 2021


On Wed, 31 Mar 2021 00:22:20 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: cc54de76
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cc54de76
Stats:     39 lines in 2 files changed: 27 ins; 1 del; 11 mod

8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed

Reviewed-by: alanb

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

PR: https://git.openjdk.java.net/jdk/pull/3279


More information about the nio-dev mailing list