OpenJDK on ubuntu definitely uses a different keystore. You can look at the contents with:
keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -list
Similar command for the Oracle JRE/JDK keystore
OpenJDK on ubuntu definitely uses a different keystore. You can look at the contents with:
keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -list
Similar command for the Oracle JRE/JDK keystore