RFR: 8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux [v3]

Brian Burkhalter bpb at openjdk.org
Mon Aug 22 16:56:15 UTC 2022


> Add `copy_file_range(2)` to the native Linux implementation of `FileChannel::transferTo`.

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

  8292562: Also exclude sendfile when appending

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9925/files
  - new: https://git.openjdk.org/jdk/pull/9925/files/ee29211e..88750dc5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9925&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9925&range=01-02

  Stats: 14 lines in 1 file changed: 9 ins; 3 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/9925.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9925/head:pull/9925

PR: https://git.openjdk.org/jdk/pull/9925


More information about the nio-dev mailing list