RFR: 8342456: Remove calls to doPrivileged in javafx.graphics/other [v3]
Kevin Rushforth
kcr at openjdk.org
Fri Nov 1 12:52:38 UTC 2024
On Fri, 1 Nov 2024 07:21:34 GMT, Laurent Bourgès <lbourges at openjdk.org> wrote:
>> Unrelated (but yes, we have several flavors of similar utilities that could be unified in some future cleanup issue).
>
> I wrote all needed helper when marlin was a side-project (plugin), but I totally agree dealing easily with such config files should have been provided by jdk.internals.config classes
We can't use any JDK internals in JavaFX, so if we ever do anything about this, we would create methods in a utility class in a non-exported package in `javafx.base`.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1619#discussion_r1825783110
More information about the openjfx-dev
mailing list