On Wed, 20 Nov 2024 05:13:29 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 395e4046 Author: Abhishek Kumar <abhis...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/395e404666e51f76270de4de1899aa681ba889c9 Stats: 169 lines in 4 files changed: 0 ins; 157 del; 12 mod 8344066: Remove SecurityManager uses from the jdk.accessibility module Reviewed-by: prr ------------- PR: https://git.openjdk.org/jdk/pull/22267