JDK-8344397 : Remove Security Manager dependencies from java.security and sun.security packages
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-11-18
  • Updated: 2024-12-02
  • Resolved: 2024-12-02
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 masterFixed
Related Reports
Relates :  
Sub Tasks
JDK-8344992 :  
JDK-8345060 :  
Description
Now that JEP 486 has been integrated, java.security and sun.security implementation dependencies on System.getSecurityManager and AccessController.doPrivileged can be removed. 
Comments
Changeset: 940aa7c4 Branch: master Author: Sean Mullan <mullan@openjdk.org> Date: 2024-12-02 21:30:53 +0000 URL: https://git.openjdk.org/jdk/commit/940aa7c4cf1bf770690660c8bb21fb3ddc5186e4
02-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22418 Date: 2024-11-27 17:51:12 +0000
27-11-2024