RFR: 8276779: (ch) InputStream returned by Channels.newInputStream should have fast path for SelectableChannels [v19]
Markus KARG
duke at openjdk.java.net
Fri Dec 3 12:36:59 UTC 2021
On Fri, 3 Dec 2021 09:08:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Merged PR 6379 as requested by Lance Andersen
>>
>> Signed-off-by: Markus Karg <markus at headcrashing.eu>
>
> test/jdk/java/nio/channels/Channels/TransferTo.java line 217:
>
>> 215: pipe.sink().close();
>> 216: }
>> 217: }
>
> Minor nit, indentation at L217 is lost.
Good catch! Indentation is fixed in https://github.com/openjdk/jdk/pull/5179/commits/39c36cbb1d408c5f7a7afd74b282f65ca06be547.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5179
More information about the nio-dev
mailing list