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

DisabledAlgorithmConstraints loading should be delayed until needed

XMLWordPrintable

      Opening a JAR file triggers, on first use, the loading of a lot of security classes that should only needed when the JAR file is signed.

      One issue is SignatureFileVerifier.isBlockOrSF(String) which triggers DisabledAlgorithmConstraints to be loaded and 20+ other classes to be and initialized. This issue is created to change the initialization of DisabledAlgorithmConstraints to be lazy.

            alanb Alan Bateman
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: