-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b70
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135933 | emb-9 | Weijun Wang | P4 | Resolved | Fixed | team |
java.security.SecureClassLoader uses a HashMap to maintain an internal collection of CodeSource to ProtectionDomain. Synchronization is needed when accessing the map. We can investigate if a ConcurrentHashMap can improve performance.
- backported by
-
JDK-8135933 SecureClassLoader should use a ConcurrentHashMap
-
- Resolved
-
- relates to
-
JDK-8062948 Implement and measure potential performance improvements
-
- Resolved
-