RFR: 8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Nov 15 03:29:13 UTC 2024


> 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.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Review comment

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22083/files
  - new: https://git.openjdk.org/jdk/pull/22083/files/480a8fd4..e0e705f4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22083&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22083&range=02-03

  Stats: 23 lines in 6 files changed: 1 ins; 6 del; 16 mod
  Patch: https://git.openjdk.org/jdk/pull/22083.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22083/head:pull/22083

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


More information about the client-libs-dev mailing list