-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
b02
-
sparc
-
solaris_8
-
Verified
tested in build 1.4.1-beta-b02 :
In win2000 , the transferTo() does not transfer files > than 2^31-1 bytes.
it throws an exception of "java.io.IOException: The parameter is incorrect"
In solaris8 , Bytes transfered to Target channel are 2^31-1 even if the
source channel file is greater than 2^31-1
In LinuxRH7.1 , it gives an error of java.io.IOException: Input/output error
The testcase is attached
In win2000 , the transferTo() does not transfer files > than 2^31-1 bytes.
it throws an exception of "java.io.IOException: The parameter is incorrect"
In solaris8 , Bytes transfered to Target channel are 2^31-1 even if the
source channel file is greater than 2^31-1
In LinuxRH7.1 , it gives an error of java.io.IOException: Input/output error
The testcase is attached
- relates to
-
JDK-4824045 RegTest-test java/nio/channels/FileChannel/Transfer.java fails
- Closed
-
JDK-4770025 (fc) FileChannel.transferTo() for files greater than 2^31-1 bytes (lnx)
- Closed
-
JDK-4638365 (fs) FileChannel.transfer{From,To}, {Scatter,Gather}ingByteChannel & large files
- Resolved