RFR: 8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory [v5]
Raffaello Giulietti
rgiulietti at openjdk.org
Wed May 15 09:51:23 UTC 2024
> All random number generator algorithms are implemented in module `java.base`. The usage of `ServiceLoader` in `j.u.r.RandomGeneratorFactory` is no longer needed.
Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
Small documentation changes.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19212/files
- new: https://git.openjdk.org/jdk/pull/19212/files/4bc5bf95..920655a5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19212&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19212&range=03-04
Stats: 23 lines in 2 files changed: 6 ins; 1 del; 16 mod
Patch: https://git.openjdk.org/jdk/pull/19212.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19212/head:pull/19212
PR: https://git.openjdk.org/jdk/pull/19212
More information about the core-libs-dev
mailing list