Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8076282

(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

            robm Robert Mckenna
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: