On Fri, 11 Nov 2022 01:10:54 GMT, Mark Powers <mpow...@openjdk.org> wrote:
>> test/jdk/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java line >> 29: >> >>> 27: * @summary NativeSeedGenerator is making 8192 byte read requests from >>> 28: * entropy pool on each init. >>> 29: * @run main/othervm -Djava.security.egd=file:/dev/random >>> SeedGeneratorChoice >> >> This test uses generateSeed and should be run with egd pointing to >> /dev/urandom to avoid reading from /dev/random > > Backing out change. Changed to /dev/urandom. ------------- PR: https://git.openjdk.org/jdk/pull/10716