JDK 19 |
---|
19 b23Fixed |
Relates :
|
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.
|