--- old/src/java.base/share/classes/java/security/CodeSource.java 2015-04-23 15:27:59.620132249 -0700 +++ new/src/java.base/share/classes/java/security/CodeSource.java 2015-04-23 15:27:59.256132241 -0700 @@ -543,7 +543,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]; }