RFR: 8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
Brian Burkhalter
bpb at openjdk.org
Fri Mar 1 00:00:02 UTC 2024
If an `IOException` with message "File too large" is thrown while testing with a large file, then ignore the exception if the type of the `FileStore` where the file would be located is "msdos".
-------------
Commit messages:
- 8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
Changes: https://git.openjdk.org/jdk/pull/18073/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18073&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8327096
Stats: 14 lines in 1 file changed: 12 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18073.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18073/head:pull/18073
PR: https://git.openjdk.org/jdk/pull/18073
More information about the nio-dev
mailing list