--- old/src/java.base/share/classes/java/security/UnresolvedPermission.java 2015-04-23 15:28:11.128132516 -0700 +++ new/src/java.base/share/classes/java/security/UnresolvedPermission.java 2015-04-23 15:28:10.784132508 -0700 @@ -560,7 +560,7 @@ if (size > 0) { // we know of 3 different cert types: X.509, PGP, SDSI, which // could all be present in the stream at the same time - cfs = new Hashtable(3); + cfs = new Hashtable<>(3); this.certs = new java.security.cert.Certificate[size]; }