RFR: 8271308: (fc) FileChannel.transferTo() transfers no more than Integer.MAX_VALUE bytes in one call [v4]

Brian Burkhalter bpb at openjdk.java.net
Wed Aug 4 17:14:00 UTC 2021


> Please consider this request to enhance `java.nio.channels.FileChannel.transferTo()` to be able to transfer more than `Integer.MAX_VALUE` bytes in one call.

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8271308: Fix static initialization order problem

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4940/files
  - new: https://git.openjdk.java.net/jdk/pull/4940/files/f9a6b265..631aece4

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4940&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4940&range=02-03

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4940.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4940/head:pull/4940

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


More information about the nio-dev mailing list