-
Bug
-
Resolution: Fixed
-
P3
-
6u23, 7
-
b104
-
b01
-
x86
-
windows_xp, windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2211569 | 7u2 | Xuelei Fan | P3 | Resolved | Fixed | b03 |
JDK-8017416 | 6u65 | Robert Mckenna | P3 | Closed | Fixed | b01 |
JDK-2211703 | 6u60 | Robert Mckenna | P3 | Closed | Fixed | b01 |
During SSL and client authentication network communication, there is a race condition may happen, the exception are looking like this:
Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
This is a partial fix for bug 7060523, which will only apply to JDK repository.
Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
This is a partial fix for bug 7060523, which will only apply to JDK repository.
- backported by
-
JDK-2211569 Some race condition may happen in SSLSocketImpl class
-
- Resolved
-
-
JDK-2211703 Some race condition may happen in SSLSocketImpl class
-
- Closed
-
-
JDK-8017416 Some race condition may happen in SSLSocketImpl class
-
- Closed
-
- relates to
-
JDK-7060523 Loading applet-JARs with SSL and client authentication causes concurrentModificationException throws
-
- Resolved
-