On Thu, 8 Oct 2020 23:15:36 GMT, Valerie Peng <valer...@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