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.

To download the current JDK release, click here.
Other
jfx24 b19Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
See JDK-8342441 for details.

This bug tracks the removal of doPrivileged in the android and ios code of the javafx.web module.

Comments
Changeset: a45e33c1 Branch: master Author: Jose Pereda <jpereda@openjdk.org> Date: 2024-11-28 08:41:49 +0000 URL: https://git.openjdk.org/jfx/commit/a45e33c1a4d8390eb1e6ec66977f453df71a009a
28-11-2024

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.
17-10-2024