<i18n dev> RFR: 8301119: Support for GB18030-2022 [v2]
Alan Bateman
alanb at openjdk.org
Thu Feb 23 10:10:08 UTC 2023
On Thu, 23 Feb 2023 09:48:39 GMT, Sean Coffey <coffeys at openjdk.org> wrote:
> would use of jdk.internal.util.SystemProps be an option here (if having to retrieve that value when we're at VM init level <1 ?
The early startup scenario is early in the system property initialization, specifically SystemProps.Raw.<clinit> which will cause the encoding to be initialized. This has to avoid make use of system properties, otherwise you get a circular initialization issue.
-------------
PR: https://git.openjdk.org/jdk/pull/12518
More information about the i18n-dev
mailing list