On Wed, 17 Mar 2021 20:13:43 GMT, SalusaSecondus <github.com+829871+salusasecon...@openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed a null race condition > > Not that my review counts towards approval, but this looks good to me (and > fixes some issues I've been wrestling with on and off for several years now, > so I'm really happy to see this change). I'm fine with the change. The main code path should perform as it did previous to the change and I don't think the lock here is a big deal as it will only be triggered during a provider change. One small delay in a very rare case should be fine ------------- PR: https://git.openjdk.java.net/jdk/pull/3018