RFR: 8278166: java/nio/channels/Channels/TransferTo.java timed out [v2]

Brian Burkhalter bpb at openjdk.java.net
Mon Dec 6 18:26:00 UTC 2021


On Mon, 6 Dec 2021 17:58:53 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>> 
>>  - 8278166: Replace RandomAccessFile with FileChannel.open + FileChannel.position(long)
>>  - Merge
>>  - 8278166: java/nio/channels/Channels/TransferTo.java timed out
>
> test/jdk/java/nio/channels/Channels/TransferTo.java line 178:
> 
>> 176:                     for (int i = 0; i < nw; i++) {
>> 177:                         ByteBuffer src =
>> 178:                             ByteBuffer.wrap(createRandomBytes(BYTES_PER_WRITE, 0));
> 
> Probably not worth splitting this line either.

I missed this line split; fixed.

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

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


More information about the nio-dev mailing list