On Windows, relax the success criterion of `ListRoots` to the values returned by `File.listRoots` intersecting the values returned by `FileSystem.getRootDirectories` instead of being equal.
------------- Commit messages: - 8379535: test/jdk/java/io/File/ListRoots.java fails with RuntimeException: Does not match FileSystem::getRootDirectories Changes: https://git.openjdk.org/jdk/pull/30301/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30301&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379535 Stats: 19 lines in 1 file changed: 11 ins; 0 del; 8 mod Patch: https://git.openjdk.org/jdk/pull/30301.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30301/head:pull/30301 PR: https://git.openjdk.org/jdk/pull/30301
