Integrated: 8293873: Centralize the initialization of UL
Johan Sjölen
jsjolen at openjdk.org
Mon Oct 24 09:16:19 UTC 2022
On Fri, 16 Sep 2022 12:22:42 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 89a94d05
Author: Johan Sjölen <jsjolen at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/89a94d050263fb5f71fabb32daa7949e137313e4
Stats: 106 lines in 10 files changed: 12 ins; 40 del; 54 mod
8293873: Centralize the initialization of UL
Reviewed-by: stuefe, rehn
-------------
PR: https://git.openjdk.org/jdk/pull/10307
More information about the hotspot-runtime-dev
mailing list