JDK-8035949 : Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-02-27
  • Updated: 2016-05-27
  • Resolved: 2014-02-28
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 9
9 b04Fixed
Related Reports
Relates :  
Relates :  
Description
The Unix networking code uses the macro USE_SELECT in several places. But this macro is never defined so it can be safely removed.

src/solaris/native/java/net/net_util_md.{c,h} also contains several other unused declarations which can be removed as well.