Code Review Request: 7122707 update Security Providers to JDK8

Sean Mullan sean.mullan at oracle.com
Tue Sep 17 13:37:06 UTC 2013


On 09/16/2013 09:27 PM, Xuelei Fan wrote:
> src/macosx/classes/apple/security/AppleProvider.java
> ====================================================
> I'm not sure apple provider is using the JDK version as the provider
> version.
> -        super("Apple", 1.1, info);
> +        super("Apple", 1.8d, info);

I don't think there is an issue changing this to 1.8. The 1.1 was 
probably the version Apple used when before the code was contributed to 
OpenJDK. Now that it's part of OpenJDK, I think we should be free to 
change it to 1.8 to be consistent with all other providers.

--Sean



More information about the security-dev mailing list