JDK-8342461 : Remove calls to doPrivileged in javafx.web/{android,ios}
Type:Bug
Component:javafx
Sub-Component:web
Affected Version:jfx24
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2024-10-16
Updated:2025-02-22
Resolved:2024-11-28
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
A pull request was submitted for review.
Branch: master
URL: https://git.openjdk.org/jfx/pull/1651
Date: 2024-11-27 22:54:01 +0000
27-11-2024
[~jvos] I filed this as part of a follow-up to JDK-8341090 to remove calls to doPrivileged once that initial fix is integrated. It can be done at any time after that is integrated (it isn't urgent, since doPrivileged will continue to unconditionally call the lambda just like it does today when there is no security manager). Feel free to reassign and/or target it to any release you prefer.