On Thu, 15 Aug 2024 09:29:00 GMT, Fernando Guallini <fguall...@openjdk.org> 
wrote:

> In order to improve performance when instantiating NativePRNG, a dummy 
> constructor was added in the PR: https://github.com/openjdk/jdk/pull/17560 
> which takes and ignores a `java.security.SecureRandomParameters`, throwing an 
> exception if any parameter is passed.
> 
> This PR adds test coverage for those scenarios where the constructor is 
> called passing a not null parameter.

This pull request has now been integrated.

Changeset: 30645f33
Author:    Fernando Guallini <fguall...@openjdk.org>
Committer: Jamil Nimeh <jni...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/30645f3309c040deb5bef71b1bd349942b4aa076
Stats:     26 lines in 1 file changed: 24 ins; 0 del; 2 mod

8338395: Add test coverage for instantiating NativePRNG with 
SecureRandomParameters

Reviewed-by: jnimeh

-------------

PR: https://git.openjdk.org/jdk/pull/20592

Reply via email to