JDK-8000182 : (se) Selector based on the Solaris event port mechanism
  • Type: Backport
  • Backport of: JDK-7172826
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-09-27
  • Updated: 2017-05-17
  • Resolved: 2012-10-23
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 7 JDK 8
7u40 b01Fixed 8Fixed
Description
Solaris 10 and newer has an event port mechanism that providers a highly scalable interface for multiplexing connections. It would be desirable to develop a Selector implementation based on this and compare the performance to the /dev/poll based Selector. A second motivation is the /dev/poll is deprecated in Solaris and may be removed in a future release.
Comments
Verified with jdk7u40b30 on Solaris with regtests.
12-07-2013