JDK-4918870 : Examine session cache implementation (sun.misc.Cache)
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8.1ur1,5.0,6u7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_9,solaris_10
  • CPU: generic,sparc
  • Submitted: 2003-09-08
  • Updated: 2014-10-03
  • Resolved: 2011-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18Fixed 7 b50Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The session cache implementation in SunJSSE uses the sun.misc.Cache class. That in turn uses SoftReferences, the implementation of which in HotSpot has known problems (see 4888056). It should be examined whether the session cache implementation needs to be changed.

Comments
PUBLIC COMMENTS replace the sun.misc.Cache with sun.security.util.Cache.
20-02-2009

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
02-09-2004

EVALUATION To be investigated post Tiger. ###@###.### 2003-10-28
28-10-2003