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

(se) Adjusting to select timeout after EINTR messed up after JDK-8286378

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 19
    • 19
    • core-libs
    • b23
    • Verified

      JDK-8286378 has a small transposition error that changes the code the adjust the selection operation timeout after EINTR.

      In src/java.base/linux/classes/sun/nio/ch/EPollSelectorImpl.java and src/java.base/unix/classes/sun/nio/ch/PollSelectorImpl, the use of "to -=" change "to =-" in error. Note that the macOS KQueuePollSelectorImpl.doSelect method was not changed JDK-8286378.

            jpai Jaikiran Pai
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: