RFR: JDK-8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix [v2]
Joe Darcy
darcy at openjdk.java.net
Tue Feb 1 01:05:36 UTC 2022
> The original fix to JDK-8280550 contained a typo where r rather than bound was used as the first argument to nextAfter; this PR corrects that issue.
Joe Darcy has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Respond to review feedback.
- Merge branch 'master' into JDK-8280950
- JDK-8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7292/files
- new: https://git.openjdk.java.net/jdk/pull/7292/files/2f25d031..27b442cb
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7292&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7292&range=00-01
Stats: 1328 lines in 49 files changed: 724 ins; 391 del; 213 mod
Patch: https://git.openjdk.java.net/jdk/pull/7292.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7292/head:pull/7292
PR: https://git.openjdk.java.net/jdk/pull/7292
More information about the core-libs-dev
mailing list