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

Markus KARG duke at openjdk.org
Fri Mar 31 21:33:29 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

Thanks a lot for mentoring this PR, Brian. :-)

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

PR Comment: https://git.openjdk.org/jdk/pull/6711#issuecomment-1492632259


More information about the nio-dev mailing list