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

Change sun.security.jca.Providers.threadLists to be ThreadLocal

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 16
    • security-libs
    • b20
    • generic
    • generic

    Description

      The threadLists variable of sun.security.jca.Providers class is InheritableThreadLocal and is used for supplying the temporary special provider list during signed jar verification. As there are no child threads created/needed by the jar verification and that there are no code managing/removing the inherited ThreadLocal value, sun.security.jca.Providers.threadLists should just use ThreadLocal.

      Attachments

        Issue Links

          Activity

            People

              valeriep Valerie Peng
              valeriep Valerie Peng
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: