--- old/src/java.base/share/classes/sun/net/www/protocol/http/DigestAuthentication.java 2015-04-22 17:44:08.879423149 -0700 +++ new/src/java.base/share/classes/sun/net/www/protocol/http/DigestAuthentication.java 2015-04-22 17:44:08.707423145 -0700 @@ -62,7 +62,7 @@ static { Boolean b = AccessController.doPrivileged( - new PrivilegedAction() { + new PrivilegedAction<>() { public Boolean run() { return NetProperties.getBoolean(compatPropName); }