On Fri, 8 Sep 2023 14:01:24 GMT, Alexey Ivanov <[email protected]> wrote:
> > So what about FontConfiguration? Is that something using the class directly
> > too?
>
> I think this is not needed either. As far as I can see, the instance of
> `FontConfiguration` is created from `doPrivileged`, therefore these two
> system properties are read inside `doPrivileged` already.
Hi there is a public constructor
` public FontConfiguration(SunFontManager fm) {`
calling setOsNameAndVersion(), so is it really always called from
`doPrivileged` ? (however it is currently only exported in a qualified way)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15629#issuecomment-1715235616