On Thu, 23 Feb 2023 09:48:39 GMT, Sean Coffey <coff...@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

Reply via email to