RFR: 8342456: Remove calls to doPrivileged in javafx.graphics/other [v2]

Lukasz Kostyra lkostyra at openjdk.org
Fri Nov 1 09:37:22 UTC 2024


On Thu, 31 Oct 2024 18:31:55 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> I would suggest to double check the unused imports and unneeded `@SuppressWarning`s after we are through with the partial changes, in a separate ticket.  Eclipse can be configured to show these as warnings.
>
> Good idea. I also plan to double-check this after the last of the follow-up fixes I do, which will likely be [JDK-8342993](https://bugs.openjdk.org/browse/JDK-8342993).

> After this change there is an unused import of ACCESS_WINDOW_LIST_PERMISSION and the SuppressWarnings annotation is no longer needed.

Done, must've missed it when changing this file.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1619#discussion_r1825623362


More information about the openjfx-dev mailing list