Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8344066

Remove SecurityManager uses from the jdk.accessibility module

XMLWordPrintable

      Since JEP 486 : Permanently Disable the Security Manager
      [https://bugs.openjdk.org/browse/JDK-8338625] is now integrated, calls to java.security.AccessController.doPrivileged, and SecurityManager.checkPermission (etc) are obsolete and can be removed.

      This bug enumerates files in the jdk.accessibility module that can have these uses removed.
      Any SM related imports that are no longer needed they should be removed.

      The fix for this should focus on removing these, and exclude any refactoring, reformatting, or other clean up that is not required for this fix.

      ./share/classes/com/sun/java/accessibility/util/AWTEventMonitor.java
      ./share/classes/com/sun/java/accessibility/util/EventQueueMonitor.java
      ./share/classes/com/sun/java/accessibility/util/SwingEventMonitor.java
      ./windows/classes/com/sun/java/accessibility/internal/AccessBridge.java

            abhiscxk Abhishek Kumar
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: