--- old/src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java 2015-04-22 17:44:08.447423139 -0700 +++ new/src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java 2015-04-22 17:44:08.279423135 -0700 @@ -122,7 +122,7 @@ this.dontUseNegotiate = dontUseNegotiate; rsp = response; this.hdrname = hdrname; - schemes = new HashMap(); + schemes = new HashMap<>(); parse(); }