Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8064890

SecureClassLoader should use a ConcurrentHashMap

XMLWordPrintable

        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.

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: