On Fri, 15 Nov 2024 06:18:25 GMT, Prasanta Sadhukhan <psadhuk...@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 some of the shared-platform files in the java.desktop > module to have them removed. This pull request has now been integrated. Changeset: 5b12a87d Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5b12a87dcb47b5783f179534e2de43d5a920a489 Stats: 481 lines in 26 files changed: 4 ins; 315 del; 162 mod 8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1 Reviewed-by: aivanov, prr ------------- PR: https://git.openjdk.org/jdk/pull/22133