JDK-8344337 : SecurityManager cleanup in java.prefs module
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-11-15
  • Updated: 2024-11-28
  • Resolved: 2024-11-26
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
24 b26Fixed
Related Reports
Relates :  
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.
Comments
Changeset: 4d4cef80 Branch: master Author: Brent Christian <bchristi@openjdk.org> Date: 2024-11-26 01:17:37 +0000 URL: https://git.openjdk.org/jdk/commit/4d4cef800a4b763ab00e93e7a76a5ca5040ab826
26-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22252 Date: 2024-11-19 18:52:59 +0000
19-11-2024