-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b27
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278674 | 19 | Alan Bateman | P3 | Resolved | Fixed | team |
A side effect of JDK-8278270 is that isClosed will return false while close is in progress. This may be observed in cases where accept wakes up due to an async close and the code tests isClosed.
The SOCKS code used in the test sun/security/x509/URICertStore/ExtensionsWithLDAP.java seems to do this, this test is now failing intermittently.
The SOCKS code used in the test sun/security/x509/URICertStore/ExtensionsWithLDAP.java seems to do this, this test is now failing intermittently.
- backported by
-
JDK-8278674 ServerSocket::isClosed may return false after accept throws
-
- Resolved
-