RFR: 8342459: Remove calls to doPrivileged in javafx.base [v2]
Kevin Rushforth
kcr at openjdk.org
Wed Nov 6 12:12:35 UTC 2024
On Wed, 6 Nov 2024 03:39:09 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> Remove `doPrivileged` calls in the javafx.base module.
>> The changes are straight forward.
>> 1. Remove doPrivileged calls, with keeping the lambda expression.
>> 2. Remove SuppressWarnings annotations
>> 3. Remove unused imports
>
> Ambarish Rapte has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - review: rm unused acc
> - Merge branch 'master' into rm-doPrivi
> - rm doPrivileged in javafx.base
Marked as reviewed by kcr (Lead).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1625#pullrequestreview-2418102868
More information about the openjfx-dev
mailing list