RFR: 8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1 [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon Nov 18 03:09: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 some of the shared-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:

  remove redundant assignment

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22133/files
  - new: https://git.openjdk.org/jdk/pull/22133/files/3ac8b1e8..035d44de

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

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22133.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22133/head:pull/22133

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


More information about the client-libs-dev mailing list