RFR: 8293873: Centralize the initialization of UL [v2]
Johan Sjölen
jsjolen at openjdk.org
Fri Sep 23 10:38:21 UTC 2022
> Hi,
>
> May I please have a review of this change? It moves around some of the initialization code of UL to one place (namely `LogConfiguration::initialize`). It does not change how UL works after VM start up, and it should not change how UL works after VM shut down, but it might change how UL works before VM start up. I don't believe that this causes any breakage.
>
> Tier 2 and 3 tests are currently running, all green so far.
>
> Some more context is available at https://bugs.openjdk.org/browse/JDK-8293873
Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
Fix copyright years
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10307/files
- new: https://git.openjdk.org/jdk/pull/10307/files/d5ffa061..b1ee0f3d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10307&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10307&range=00-01
Stats: 7 lines in 7 files changed: 0 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jdk/pull/10307.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10307/head:pull/10307
PR: https://git.openjdk.org/jdk/pull/10307
More information about the hotspot-runtime-dev
mailing list