On Tue, 22 Nov 2022 22:14:07 GMT, Mark Powers <mpow...@openjdk.org> wrote:
>> https://bugs.openjdk.org/browse/JDK-8293412 > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > javadoc update Would you consider removing SHA1PRNG from sun/security/ssl/ServerHandshaker/ClassCastExceptionTest, or else file a separate bug to track (if it hasn't been done already. This test was likely written when SHA1PRNG was the primary RNG, and thus can be updated to just use the default (i.e. NativePRNG) which won't block. ------------- PR: https://git.openjdk.org/jdk/pull/10716