Close request for JDK-8022211

2013-11-20 Thread Tristan Yan
Hi All I am working on https://bugs.openjdk.java.net/browse/JDK-8022211. This test had failed a couple of times before JDK 8 build b79. But it has not failed since then. We performed repeated test runs on the same machine that caused the latest failure for this test and we also tried same jdk

hg: jdk8/tl/jdk: 8028734: test/java/util/Locale/InternationalBAT.java changes does not restore the default TimeZone

2013-11-20 Thread alan . bateman
Changeset: ecd6c25b54ce Author:alanb Date: 2013-11-20 21:34 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ecd6c25b54ce 8028734: test/java/util/Locale/InternationalBAT.java changes does not restore the default TimeZone Reviewed-by: naoto ! test/java/util/Locale/Internationa

hg: jdk8/tl/jdk: 8028647: Add instrumentation in GetSafepointSyncTime.java and remove it from ProblemList.txt

2013-11-20 Thread mandy . chung
Changeset: 90e27a47ff28 Author:mchung Date: 2013-11-20 10:00 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/90e27a47ff28 8028647: Add instrumentation in GetSafepointSyncTime.java and remove it from ProblemList.txt Reviewed-by: sla, chegar ! test/ProblemList.txt ! test/sun/m

Re: 答复: 答复: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Daniel Fuchs
On 11/20/13 1:32 PM, Tristan Yan wrote: Oops, I must have bumped my head. Thanks for point this out. http://cr.openjdk.java.net/~ewang/tristan/JDK-703/webrev.00/ Tristan Looks good! -- daniel -邮件原件- 发件人: Daniel Fuchs 发送时间: Wednesday, November 20, 2013 8:12 PM 收件人: Tristan Yan; C

hg: jdk8/tl/langtools: 6557966: Multiple upper bounds of the TypeVariable

2013-11-20 Thread jan . lahoda
Changeset: 7c89d200781b Author:jlahoda Date: 2013-11-20 13:44 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7c89d200781b 6557966: Multiple upper bounds of the TypeVariable Summary: Adjusting javax.lang.model javadoc regarding IntersectionType, IntersectionType.accept

答复: RFR for JDK-8022212 Intermittent test failures in java/net

2013-11-20 Thread Tristan Yan
Hi Chris I don't see this has been pushed, could you do this for me. Thank you very much. Tristan -邮件原件- 发件人: Tristan Yan 发送时间: Saturday, November 16, 2013 11:25 AM 收件人: Chris Hegarty; net-dev@openjdk.java.net 主题: 答复: RFR for JDK-8022212 Intermittent test failures in java/net Thanks Chri

答复: 答复: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Tristan Yan
Oops, I must have bumped my head. Thanks for point this out. http://cr.openjdk.java.net/~ewang/tristan/JDK-703/webrev.00/ Tristan -邮件原件- 发件人: Daniel Fuchs 发送时间: Wednesday, November 20, 2013 8:12 PM 收件人: Tristan Yan; Chris Hegarty; net-dev@openjdk.java.net 主题: Re: 答复: RFR for JDK-70366

Re: 答复: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Daniel Fuchs
On 11/20/13 12:42 PM, Tristan Yan wrote: Thanks Chris and Daniel I change 'clientCtx' to final and error with volatile. Unless I'm mistaken this should not compile because of line 60: 44 static final SSLContext clientCtx = null; ... 60 clientCtx = new SimpleSSLContext(Sy

hg: jdk8/tl/jdk: 7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails

2013-11-20 Thread erik . gahlin
Changeset: 894a4bae9e33 Author:egahlin Date: 2013-11-20 12:32 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/894a4bae9e33 7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails Reviewed-by: sla ! test/com/sun/jdi/BreakpointWithFullGC.sh

答复: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Tristan Yan
Thanks Chris and Daniel I change 'clientCtx' to final and error with volatile. http://cr.openjdk.java.net/~ewang/tristan/JDK-703/webrev.00/ I'm appreciated Chris be my sponsor for this. Thank you. Tristan -邮件原件- 发件人: Chris Hegarty 发送时间: Wednesday, November 20, 2013 6:49 PM 收件人: Daniel

Re: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Chris Hegarty
On 20/11/13 10:19, Daniel Fuchs wrote: Hi Tristan, I believe you should also declare the 'error' flag as well as the 'clientCtx' variable volatile since they are set by a thread and read by another. Good catch Daniel. Tristan, can you update the webrev and create a changeset. I can then spons

Re: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Alan Bateman
On 20/11/2013 04:59, Tristan Yan wrote: /Hi All/ /I am working on https://bugs.openjdk.java.net/browse/JDK-703, this bug was opened 3 years ago and test was put into ProblemList. I ran a 1000 times loop to try to reproduce the failure but I got no luck. Also I use same jdk binaries run a

Re: RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently

2013-11-20 Thread Daniel Fuchs
Hi Tristan, I believe you should also declare the 'error' flag as well as the 'clientCtx' variable volatile since they are set by a thread and read by another. best regards, -- daniel On 11/20/13 5:59 AM, Tristan Yan wrote: /Hi All/ /I am working on https://bugs.openjdk.java.net/browse/JDK-7