RFR: 8342459: Remove calls to doPrivileged in javafx.base [v2]
Lukasz Kostyra
lkostyra at openjdk.org
Wed Nov 6 14:33:36 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 lkostyra (Committer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1625#pullrequestreview-2418441941
More information about the openjfx-dev
mailing list