RFR: 8330005: RandomGeneratorFactory.getDefault() throws exception when the runtime image only has java.base module [v2]
Raffaello Giulietti
rgiulietti at openjdk.org
Wed Apr 24 15:27:23 UTC 2024
> Move all random generators mandated in package `java.util.random` and currently implemented in module `jdk.random` to module `java.base`, and remove module `jdk.random`.
Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
Renamed package jdk.random to jdk.internal.random.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18932/files
- new: https://git.openjdk.org/jdk/pull/18932/files/7f45c525..ba6d052c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18932&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18932&range=00-01
Stats: 30 lines in 11 files changed: 0 ins; 0 del; 30 mod
Patch: https://git.openjdk.org/jdk/pull/18932.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18932/head:pull/18932
PR: https://git.openjdk.org/jdk/pull/18932
More information about the core-libs-dev
mailing list