--- old/src/java.base/share/classes/java/net/Authenticator.java 2014-11-17 13:30:39.456627677 +0300 +++ new/src/java.base/share/classes/java/net/Authenticator.java 2014-11-17 13:30:39.364627676 +0300 @@ -60,7 +60,7 @@ class Authenticator { // The system-wide authenticator object. See setDefault(). - private static Authenticator theAuthenticator; + private static volatile Authenticator theAuthenticator; private String requestingHost; private InetAddress requestingSite;