RFR: 8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files [v2]
Brian Burkhalter
bpb at openjdk.org
Mon Mar 11 21:48:15 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".
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8327096: Throw SkippedException instead of silently ignoring failure on FAT32
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18073/files
- new: https://git.openjdk.org/jdk/pull/18073/files/42c2e315..eadd7331
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18073&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18073&range=00-01
Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 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