RFR: 8344066: Remove SecurityManager uses from the jdk.accessibility module [v2]

Abhishek Kumar abhiscxk at openjdk.org
Thu Nov 21 15:26:32 UTC 2024


> Since JEP 486 : Permanently Disable the Security Manager [JDK-8338625](https://bugs.openjdk.org/browse/JDK-8338625)
> is now integrated, calls to java.security.AccessController.doPrivileged  and SecurityManager.checkPermission are obsolete and can be removed.
> 
> This PR takes care of the files in the jdk.accessibility module.
> 
> Tested swingset2 application with JAWS to verify a11y functionality on component. CI testing looks ok.

Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:

  Remove SecurityException

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22267/files
  - new: https://git.openjdk.org/jdk/pull/22267/files/3c74565b..5eb43ec2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22267&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22267&range=00-01

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

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


More information about the client-libs-dev mailing list