-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
8u40
When using sun.nio.ch.PollSelectorProvider, interestOps modified for
SelectionKeys are lost if a select() operation is in progress. For example,
if interestOps is changed to OP_READ, the next select() call blocks
indefinitely, even after data has arrived on the channel.
The problem appears to be specific to the native implementation of the
PollSelectorProvider on Solaris
SelectionKeys are lost if a select() operation is in progress. For example,
if interestOps is changed to OP_READ, the next select() call blocks
indefinitely, even after data has arrived on the channel.
The problem appears to be specific to the native implementation of the
PollSelectorProvider on Solaris