RFR: 8305744: (ch) InputStream returned by Channels.newInputStream should have fast path for ReadbleByteChannel/WritableByteChannel [v3]

Brian Burkhalter bpb at openjdk.org
Tue Jun 20 22:18:03 UTC 2023


On Sat, 17 Jun 2023 02:14:17 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> @Setup
>     public void setup() {
>         in.mark(SIZE + 1);
>     }

In my benchmark example the above code is unneeded.

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

PR Comment: https://git.openjdk.org/jdk/pull/13387#issuecomment-1599644390


More information about the nio-dev mailing list