-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329187 | 21.0.4-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8330984 | 21.0.4 | Sonia Zaldana Calles | P4 | Resolved | Fixed | b01 |
This test attempts to create a file of size ((long)Integer.MAX_VALUE) * 2, 4294967294, approximately 4 Gb, which is larger than some file storage types can accommodate and results in an IOException. If it is know that the storage type involved cannot handle the size in question, then the exception should be ignored, or possibly the test conducted with a smaller size file.
- backported by
-
JDK-8329187 (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
- Resolved
-
JDK-8330984 (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
- Resolved
- relates to
-
JDK-4563125 (fs) FileChannel.size() method throws java.io.IOException: Value too large
- Closed
- links to
-
Commit openjdk/jdk21u-dev/031acf1c
-
Commit openjdk/jdk/94b4ed57
-
Review openjdk/jdk21u-dev/467
-
Review openjdk/jdk/18073
(2 links to)