RFR: 8278268 - (ch) InputStream returned by Channels.newInputStream should have fast path for FileChannel targets [v22]

Brian Burkhalter bpb at openjdk.org
Fri Mar 31 21:23:30 UTC 2023


On Tue, 21 Mar 2023 21:47:59 GMT, Markus KARG <duke at openjdk.org> wrote:

>> This sub-issue defines the work to be done to implement JDK-8265891 solely for the particular case of FileChannel.transferFrom(ReadableByteChannel), including special treatment of SelectableByteChannel.
>
> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Dealing with FileChannel::write returning a value less than rndBytes.length

Marked as reviewed by bpb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/6711#pullrequestreview-1367630792


More information about the nio-dev mailing list