Differences between openJDK and oracleJDK

Bradford Wetmore bradford.wetmore at oracle.com
Tue Sep 20 21:06:39 UTC 2016



On 9/19/2016 8:04 AM, Steffen Heil (Mailinglisten) wrote:
> Hi
>
>
> I have problems with the following method:
>    sun.security.x509.AuthorityKeyIdentifierExtension.getEncodedKeyIdentifier()
>
> It exists in openJDK but it does not exist in oracleJDK.

It is there in my OracleJDK build.

ls -l 
jdk/modules/java.base/sun/security/x509/AuthorityKeyIdentifierExtension.class
-rwxr-xr-x 1 brwetmor Domain Users 6458 Sep 12 14:47 
jdk/modules/java.base/sun/security/x509/AuthorityKeyIdentifierExtension.class

There's been a couple of followups points that I won't repeat:

> So I have the following questions:
> - Are the jsse-Implementations of both JDKs independent?

There is no difference in the Oracle and OpenJDK JSSE implementation. 
They are the same.  That said, other distributions which derive from 
OpenJDK (e.g. IcedTea or Linux distros) may have differences, but that 
is outside my knowledge area.  If you build OpenJDK from the source, the 
binaries of JSSE in OpenJDK and OracleJDK will be the same.

Brad


More information about the discuss mailing list