Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048400 | 8u25 | Jonathan Lu | P4 | Resolved | Fixed | b05 |
JDK-8044624 | 8u20 | Jonathan Lu | P4 | Resolved | Fixed | b20 |
JDK-8053659 | emb-8u26 | Jonathan Lu | P4 | Resolved | Fixed | b17 |
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.
- backported by
-
JDK-8044624 (fc) Provide native implementation of FileChannel.transferTo for AIX
-
- Resolved
-
-
JDK-8048400 (fc) Provide native implementation of FileChannel.transferTo for AIX
-
- Resolved
-
-
JDK-8053659 (fc) Provide native implementation of FileChannel.transferTo for AIX
-
- Resolved
-