-
Sub-task
-
Resolution: Delivered
-
P4
-
7u80, 8u60, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176108 | 8u60 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8176107 | 7u80 | Clifford Wayne | P4 | Closed | Delivered |
Applications running on server editions of Microsoft Windows that make heavy use of `java.nio.channels.FileChannel.transferTo` may see performance improvements if the implementation uses `TransmitFile`. `TransmitFile` makes use of the Windows cache manager to provide high-performance file data transfer over sockets. The system property "`jdk.nio.enableFastFileTransfer`" controls whether the JDK uses `TransmitFile` on Microsoft Windows. It is disabled by default but can be enabled by setting the system property on the command line with `-Djdk.nio.enableFastFileTransfer` or `-Djdk.nio.enableFastFileTransfer=true`.
- backported by
-
JDK-8176107 Release Note: Allow use of TransmitFile on Microsoft Windows
-
- Closed
-
-
JDK-8176108 Release Note: Allow use of TransmitFile on Microsoft Windows
-
- Closed
-