Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084231 | emb-9 | Aleksey Shipilev | P4 | Resolved | Fixed | team |
As reported here:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-November/029684.html
Set under lock in setDefault(), read without the lock in requestPasswordAuthentication().
Should be at least volatile to guarantee the memory semantics.
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-November/029684.html
Set under lock in setDefault(), read without the lock in requestPasswordAuthentication().
Should be at least volatile to guarantee the memory semantics.
- backported by
-
JDK-8084231 java.net.Authenticator.theAuthenticator should be properly synchronized
-
- Resolved
-