-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u201
Customer is experiencing a hang condition in
sun.security.util.MemoryCache.get which causes OUD to become non-responsive
for periods of 5 minutes to 45 minutes.
Java Monitor Blocked
at sun.security.util.MemoryCache.get(Object)
at sun.security.ssl.SSLSessionContextImpl.getSession(byte[])
at sun.security.ssl.SSLSessionContextImpl.get(byte[])
at
sun.security.ssl.ServerHandshaker.clientHello(HandshakeMessage$ClientHello)
at sun.security.ssl.ServerHandshaker.processMessage(byte, int)
at sun.security.ssl.Handshaker.processLoop()
at sun.security.ssl.Handshaker$1.run()
at sun.security.ssl.Handshaker$1.run()
at java.security.AccessController.doPrivileged(PrivilegedExceptionAction,
AccessControlContext)
at sun.security.ssl.Handshaker$DelegatedTask.run()
sun.security.util.MemoryCache.get which causes OUD to become non-responsive
for periods of 5 minutes to 45 minutes.
Java Monitor Blocked
at sun.security.util.MemoryCache.get(Object)
at sun.security.ssl.SSLSessionContextImpl.getSession(byte[])
at sun.security.ssl.SSLSessionContextImpl.get(byte[])
at
sun.security.ssl.ServerHandshaker.clientHello(HandshakeMessage$ClientHello)
at sun.security.ssl.ServerHandshaker.processMessage(byte, int)
at sun.security.ssl.Handshaker.processLoop()
at sun.security.ssl.Handshaker$1.run()
at sun.security.ssl.Handshaker$1.run()
at java.security.AccessController.doPrivileged(PrivilegedExceptionAction,
AccessControlContext)
at sun.security.ssl.Handshaker$DelegatedTask.run()
- duplicates
-
JDK-8129988 JSSE should create a single instance of the cacerts KeyStore
- Closed
-
JDK-8203190 SessionId.hashCode generates too many collisions
- Resolved
- relates to
-
JDK-8202086 Improve performance characteristics of sun.security.util.MemoryCache
- Open