RFR: 8274112: (fc) Tune FileChannel.transferTo() [v4]

Brian Burkhalter bpb at openjdk.java.net
Mon Oct 25 16:57:41 UTC 2021


> Please consider this patch which would improve the performance of
> `FileChannel.transferTo()` on macOS and Windows.

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

  8274112: Make transferTo0() static; remove check for null FileDescriptor

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5623/files
  - new: https://git.openjdk.java.net/jdk/pull/5623/files/6ad473da..001ffa2f

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

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

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


More information about the nio-dev mailing list