[jdk21u-dev] Integrated: 8325506: Ensure randomness is only read from provided SecureRandom object
Goetz Lindenmaier
goetz at openjdk.org
Fri Oct 25 07:41:11 UTC 2024
On Tue, 22 Oct 2024 11:00:07 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this to improve testing in 21.
> This also adds testing functionality (like asserts) needed by other tests.
>
> The original change touches java.base. That change is not needed.
> Instead, the functionality can be implemented right in the test.
> I changed this to avoid unnecessary changes to the Java classes.
This pull request has now been integrated.
Changeset: 8818eb40
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/8818eb408edccf760eab991915550f592acba710
Stats: 554 lines in 5 files changed: 550 ins; 0 del; 4 mod
8325506: Ensure randomness is only read from provided SecureRandom object
Reviewed-by: lucy
Backport-of: b87d9cf2c9d905c15f4c957d42361b1a72974edf
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1074
More information about the jdk-updates-dev
mailing list