jdk/src/java.base/share/classes/sun/security/jca/Providers.java
changeset 36511 9d0388c6b336
parent 31270 e6470b24700d
--- a/jdk/src/java.base/share/classes/sun/security/jca/Providers.java	Tue Mar 15 13:48:26 2016 -0700
+++ b/jdk/src/java.base/share/classes/sun/security/jca/Providers.java	Thu Mar 17 19:04:16 2016 +0000
@@ -86,10 +86,7 @@
         "SunRsaSign",
         // Note: when SunEC is in a signed JAR file, it's not signed
         // by EC algorithms. So it's still safe to be listed here.
-        // Need to use class name here, otherwise it cannot be loaded for
-        // jar verification. Only those providers in java.base are created
-        // directly by ProviderConfig class.
-        "sun.security.ec.SunEC",
+        "SunEC",
     };
 
     // Return Sun provider.