(se) Hang in select() when using old poll-based SelectorProvider

XMLWordPrintable

      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

            Assignee:
            Robert Mckenna
            Reporter:
            Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: