RFR: 8342459: Remove calls to doPrivileged in javafx.base
Kevin Rushforth
kcr at openjdk.org
Tue Nov 5 18:39:35 UTC 2024
On Tue, 5 Nov 2024 17:42:53 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
> Pre-submit tests - Linux x64 - Build / test Failing after 3m — 1/1 failed
I just integrated the fix for this, so if you merge in the latest master, you won't see this problem any more.
Reviewers: @kevinrushforth @lukostyra
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1625#issuecomment-2457900519
More information about the openjfx-dev
mailing list