On Wed, 17 Mar 2021 19:32:56 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: >> >> Changed to use volatile for the default SecureRandom object reference > > src/java.base/share/classes/sun/security/jca/JCAUtil.java line 29: > >> 27: >> 28: import java.lang.ref.*; >> 29: import java.util.Arrays; > > Import no longer needed. Sure, will remove. ------------- PR: https://git.openjdk.java.net/jdk/pull/3018