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

Valerie Peng valeriep at openjdk.java.net
Mon Oct 12 17:00: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

This pull request has now been integrated.

Changeset: df1f132b
Author:    Valerie Peng <valeriep at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/df1f132b
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: alanb

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

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



More information about the security-dev mailing list