RFR: 8268435: (ch) ChannelInputStream could override readAllBytes [v5]

Lance Andersen lancea at openjdk.java.net
Fri Oct 1 16:01:31 UTC 2021


On Fri, 1 Oct 2021 15:53:10 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> This change would override `readAllBytes()` and `readNBytes(int)` in `ChannelInputStream` thereby improving performance for all but smaller streams.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8268435: More comments; use assertThrows() instead of expectedExceptions

Thank you Brian for the last updates.  Looks good. :-)

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

Marked as reviewed by lancea (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5645


More information about the nio-dev mailing list