Integrated: 8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Nov 19 03:16:53 UTC 2024


On Wed, 13 Nov 2024 17:41:48 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Since JEP 486 : Permanently Disable the Security Manager
> [https://bugs.openjdk.org/browse/JDK-8338625] is now integrated, calls to java.security.AccessController.doPrivileged are obsolete and can be removed. 
> 
> This PR takes care of the windows-platform files in the java.desktop module to have them removed.

This pull request has now been integrated.

Changeset: 9e92a9e2
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9e92a9e2bab04b79626b88a7dd017dd0def04d7a
Stats:     383 lines in 17 files changed: 28 ins; 195 del; 160 mod

8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module

Reviewed-by: kcr, prr

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

PR: https://git.openjdk.org/jdk/pull/22083


More information about the client-libs-dev mailing list