JDK-8235193 : (dc) Remove JNI overhead from DatagramChannel.send implementation
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-02
  • Updated: 2020-03-07
  • Resolved: 2019-12-04
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 14
14 b26Fixed
Related Reports
Duplicate :  
Relates :  
Description
JDK-8234805 removed the JNI overhead from receive, we should follow-up on this and remove the JNI overhead from send.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/d2977f4e9ef6 User: alanb Date: 2019-12-04 16:44:25 +0000
04-12-2019