Tested in build 89 , solaris 5.8:
In FileChannel class , size () method gives an "java.io.IOException: Value too large for defined data type" when the size of the channel's file is greater than 2^31-1. It passes in Windows 2000.
Testcase is attached.
- relates to
-
JDK-8327096 (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
- Resolved