Re: RFR for JDK-8031661 java/net/Authenticator/B4769350.java failed intermittently

2014-02-12 Thread Amanda Jiang
v@openjdk.java.net > *主题**:*Re: RFR for JDK-8031661 java/net/Authenticator/B4769350.java > failed intermittently > > That seems reasonable Amanda. I've run the updated test for a while and > I can't see any problem with it. > > Thanks, > Michael > > On 10/02/1

Re: RFR for JDK-8031661 java/net/Authenticator/B4769350.java failed intermittently

2014-02-10 Thread Michael McMahon
That seems reasonable Amanda. I've run the updated test for a while and I can't see any problem with it. Thanks, Michael On 10/02/14 08:56, Amanda Jiang wrote: Hi All, Please review the fix for JDK-8031661 http://cr.openjdk.java.net/~tyan/amandaj/JDK-8031661/webrev.01/ Description: Root Caus

RFR for JDK-8031661 java/net/Authenticator/B4769350.java failed intermittently

2014-02-10 Thread Amanda Jiang
Hi All, Please review the fix for JDK-8031661 http://cr.openjdk.java.net/~tyan/amandaj/JDK-8031661/webrev.01/ Description: Root Cause: In line 195 and 196, the two actions can be ordered by a happens-before relationship, which will cause synchronization fail. t1cond1latch.countDown(); t1cond2