[jdk11u-dev] RFR: 8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix [v2]
Paul Hohensee
phh at openjdk.org
Tue Nov 1 20:14:37 UTC 2022
On Mon, 31 Oct 2022 18:10:46 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.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>
> Make test compile with 11
Lgtm.
-------------
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1487
More information about the jdk-updates-dev
mailing list