RFR: JDK-8315897: some PrivilegedActions missing in JDK code for getting properties

Alexey Ivanov aivanov at openjdk.org
Fri Sep 8 14:04:39 UTC 2023


On Fri, 8 Sep 2023 13:02:07 GMT, Alan Bateman <alanb at openjdk.org> 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.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15629#issuecomment-1711722806


More information about the client-libs-dev mailing list