Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b55
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175189 | 6u14 | Mandy Chung | P3 | Resolved | Fixed | b05 |
Description
To verify a jar file entry, sun.security.util.ManifestEntryVerifer instance will be created. ManifestEntryVerifier's static initializer calls sun.security.jce.Providers.getSunProvider() that loads and initializes several security classes which are not nnecessarily needed at startup.
So call Providers.getSunProvider() when
So call Providers.getSunProvider() when
Attachments
Issue Links
- backported by
-
JDK-2175189 Lazily load Sun digest provider for jar verification
- Resolved
- relates to
-
JDK-6798873 Reduce the number of classes loaded and class dependencies
- Closed
-
JDK-6998860 Signed jar file verification is currently creating many extra new Sun providers.
- Closed