JDK-8193156 : Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7u121,8u121,9,10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-12-06
  • Updated: 2018-05-14
  • Resolved: 2017-12-07
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 10 JDK 7 JDK 8
10 b36Fixed 7u181Fixed 8u172Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
These three consecutive fixes need to be reverted, and then a new, more robust fix has to be provided.

JDK-8058547 (Memory leak in ProtectionDomain cache)
JDK-8055753 (Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection)
JDK-8085903 (New fix for memory leak in ProtectionDomain cache)

The former two fixes will be backed out from JDK 10.
The later fix will also be backed out from JDK 8u and 7u.

When creating the new fix, it's important to make sure the regression like JDK-8191649 does not happen.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/acfac57f4c35 User: igerasim Date: 2017-12-07 18:22:41 +0000
07-12-2017