-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b17
-
generic
-
generic
-
Verified
FileChannel::transferFrom is specified not to transfer any bytes if position > size(). This is inconsistent with the positional FileChannel::write which extends the file in this case. FileChannel::transferFrom should be modified also to extend the file in this case.
- csr for
-
JDK-8303474 (fc) FileChannel::transferFrom should support position > size()
- Closed
- relates to
-
JDK-8029370 (fc) FileChannel javadoc not clear for cases where position == size
- Resolved
-
JDK-8305596 (fc) Two java/nio/channels tests fail after JDK-8303260
- Closed