JDK-8344337 : SecurityManager cleanup in java.prefs module
  • Type: Bug
  • Component: core-libs
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-11-15
  • Updated: 2024-11-15
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.
JDK 24
24Unresolved
Related Reports
Relates :  
Description
With the permanent disabling of the SecurityManager in JDK-8338411, usages of  SecurityManager, doPrivildged, and AccessController can be removed from code in the java.prefs module.