RFR: 8253563: Change sun.security.jca.Providers.threadLists to be ThreadLocal

Alan Bateman alanb at openjdk.java.net
Sun Oct 11 15:44:13 UTC 2020


On Thu, 8 Oct 2020 23:15:36 GMT, Valerie Peng <valeriep at openjdk.org> wrote:

> Could someone help reviewing this one-line change? This changes the provider list used during jar verification from
> InheritableThreadLocal to ThreadLocal. Existing usage and handling uses this field as temporary thread-specific
> provider list for jar verification. There seems to be no reason for it to be InheritableThreadLocal.  Existing
> regression tests pass with this change.
> Thanks,
> Valerie

Marked as reviewed by alanb (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/570



More information about the security-dev mailing list