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

2014-02-10 Thread Amanda Jiang
Hi Michael, Could you sponsor this for me? Thanks, Amanda *发件人**:*Michael McMahon *发送时间**:*Monday, February 10, 2014 6:13 PM *收件人**:*net-dev@openjdk.java.net *主题**:*Re: RFR for JDK-8031661 java/net/Authenticator/B4769350.java failed intermittently That seems reasonable Amanda. I've run the upda

hg: jdk8/tl/jdk: 7152892: some jtreg tests fail with permission denied

2014-02-10 Thread rob . mckenna
Changeset: da4b0962ad11 Author:robm Date: 2014-02-10 14:35 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/da4b0962ad11 7152892: some jtreg tests fail with permission denied Reviewed-by: coffeys ! test/java/lang/ClassLoader/Assert.sh ! test/java/rmi/registry/readTest/readTest

Draft JEP for Http client in JDK 9

2014-02-10 Thread Michael McMahon
Hi, You might remember a new Http client API was proposed for JDK 8, but the work was dropped from that project. So, we would like to return to the idea for JDK 9. The following is the text of a draft JEP for the work. Comments welcome. Thanks, Michael Title: New HTTP Client Author: Michael

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