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.

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

                Created:
                Updated:
                Resolved: