RFR: JDK-8293412 Remove unnecessary java.security.egd overrides

Mark Powers mpowers at openjdk.org
Fri Nov 11 01:24:46 UTC 2022


On Fri, 11 Nov 2022 01:10:54 GMT, Mark Powers <mpowers at 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



More information about the security-dev mailing list