[jdk11u-dev] Integrated: 8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
Goetz Lindenmaier
goetz at openjdk.org
Thu Nov 3 15:05:11 UTC 2022
On Mon, 31 Oct 2022 17:25:48 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I had to do similar resolves as in the underlying change JDK-8280550.
>
> In the test, I had to remove RandomGenerator which is not in 11.
> The same pattern can not be implemented with SplittableRandom as it is final.
> Thus, the test is no more deterministic. It depends on whether the
> rounding error actually occurs.
This pull request has now been integrated.
Changeset: 182173af
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/182173afe38b3aaf74887c14a4611a502772aa97
Stats: 32 lines in 4 files changed: 28 ins; 0 del; 4 mod
8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
Reviewed-by: phh
Backport-of: 0e70d4504c267174738485c7da82a2ac0ef09770
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1487
More information about the jdk-updates-dev
mailing list