JDK-6728542 : (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 6,6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,linux_2.6
  • CPU: arm,itanium
  • Submitted: 2008-07-22
  • Updated: 2014-10-13
  • Resolved: 2011-05-18
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 6 JDK 7 Other
6u23Fixed 7 b36Fixed OpenJDK6Fixed
Related Reports
Duplicate :  
Description
Epoll implementation of java.nio.channels.Selector (EPollSelectorProvider) doesn't correctly packs epoll_event struct for all platforms.
See comments.

Comments
EVALUATION The epoll SelectorProvider was developed to only run on x86 and x64. We should make it portable to other platforms.
22-07-2008