Integrated: 8275840: Add test to java/nio/channels/Channels/TransferTo.java to test transfer sizes > 2GB

Markus KARG duke at openjdk.java.net
Tue Nov 2 18:09:18 UTC 2021


On Sat, 23 Oct 2021 15:51:20 GMT, Markus KARG <duke at openjdk.java.net> wrote:

> Testing `FileChannel.transferTo(FileChannel)` with more than 2 GB of data is covering the case that *multiple* iterations of `FileChannel.transferTo(FileChannel)` are actually performed by the test.
> 
> This change was requested Alan Bateman @AlanBateman.

This pull request has now been integrated.

Changeset: 6a04899b
Author:    Markus Karg <markus at headcrashing.eu>
Committer: Lance Andersen <lancea at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6a04899ba1a62f52f7e28cc2ed72bdca115e6562
Stats:     35 lines in 1 file changed: 35 ins; 0 del; 0 mod

8275840: Add test to java/nio/channels/Channels/TransferTo.java to test transfer sizes > 2GB

Reviewed-by: lancea

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

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


More information about the nio-dev mailing list