RFR: 8344397: Remove Security Manager dependencies from java.security and sun.security packages [v4]

Aleksei Efimov aefimov at openjdk.org
Mon Dec 2 18:27:40 UTC 2024


On Mon, 2 Dec 2024 16:39:55 GMT, Sean Mullan <mullan at openjdk.org> wrote:

> I just pushed [a change](https://github.com/openjdk/jdk/pull/22418/commits/a447dd44da5394620c62bac7e05142898d092153) to replace the remaining calls to `SecurityProperties.privilegedGetOverridable()`with `SecurityProperties.getOverridableProperty()` and remove the `privilegedGetOverridable` method. @AlekseiEfimov - this involved one change to `src/java.naming/share/classes/com/sun/naming/internal/ObjectFactoriesFilter.java`.

The `src/java.naming/share/classes/com/sun/naming/internal/ObjectFactoriesFilter.java` change looks good to me

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22418#issuecomment-2512349188


More information about the security-dev mailing list