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

Replace sun.security.util.SecurityConstants with java.lang.RuntimePermission

XMLWordPrintable

      javafx/fxml/FXMLLoader.java is using internal sun.security.util.SecurityConstants. They should be replaced by creating the appropriate permission as specified, e.g.
         GET_CLASSLOADER_PERMISSION = new RuntimePermission("getClassLoader");

            kcr Kevin Rushforth
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: