JDK-8043495 : (fc) Provide native implementation of FileChannel.transferTo for AIX
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2014-05-20
  • Updated: 2014-07-29
  • Resolved: 2014-05-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b15Fixed
Description
AIX supports sending a file over socket, just like sendfile64() for Linux platform, corresponding native API is send_file(). This mechanism can be leveraged to improve transmission speed of socket under certain scenarios.