Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|