RFR: 8278268 - (ch) InputStream returned by Channels.newInputStream should have fast path for FileChannel targets [v17]
Brian Burkhalter
bpb at openjdk.org
Wed Feb 22 23:05:07 UTC 2023
On Sun, 11 Dec 2022 15:18:54 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 with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> Implementing 8278268
>
> Signed-off-by: Markus Karg <markus at headcrashing.eu>
test/jdk/java/nio/channels/Channels/TransferTo2.java line 2:
> 1: /*
> 2: * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
The copyright years need to be updated per the usual convention in all files in this PR.
-------------
PR: https://git.openjdk.org/jdk/pull/6711
More information about the nio-dev
mailing list