JDK-4628289 : (so) Selector behavior differences between platforms
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2002-01-25
  • Updated: 2002-02-21
  • Resolved: 2002-02-21
Related Reports
Duplicate :  
Relates :  
Description
On Solaris a ready channel can be repeatedly reported as ready but on Windows only one notification will occur. This is hidden a little because if the key is already in the selected set it will not be re-added but the poll will continue to come back immediately over and over on Solaris but will only come back once on Windows.