RFR: 8265137: java.util.Random suddenly has new public methods nowhere documented [v8]
Jim Laskey
jlaskey at openjdk.java.net
Tue May 4 11:43:48 UTC 2021
> Move makeXXXSpilterator from public (@hidden) to protected. No API ch
Jim Laskey 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 10 additional commits since the last revision:
- Merge branch 'master' into 8265137
- Remove unnecessary constructor.
- Merge branch 'master' into 8265137
- Remove @hidden
- Correct the hierarchy of Random
- Remove extraneous references to makeXXXSpliterator
- Move makeXXXSpliterator methods to RandomSupport
- change static final from 'proxy' to 'PROXY'
- Make makeXXXSpliterator final
- Move makeXXXSpilterator from public (@hidden) to protected. No API change.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3469/files
- new: https://git.openjdk.java.net/jdk/pull/3469/files/482ea0ac..218a7d9d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3469&range=07
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3469&range=06-07
Stats: 514343 lines in 4172 files changed: 24106 ins; 486284 del; 3953 mod
Patch: https://git.openjdk.java.net/jdk/pull/3469.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3469/head:pull/3469
PR: https://git.openjdk.java.net/jdk/pull/3469
More information about the core-libs-dev
mailing list