hg: jdk8/tl/jdk: 8009681: TEST_BUG: MethodExitReturnValuesTest.java may fail when there are unexpected background threads

2013-10-24 Thread staffan . larsen
Changeset: e6bc0dca294b Author:sla Date: 2013-10-15 12:53 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e6bc0dca294b 8009681: TEST_BUG: MethodExitReturnValuesTest.java may fail when there are unexpected background threads Reviewed-by: sla, allwin Contributed-by:

Re: ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-24 Thread Alan Bateman
On 24/10/2013 03:59, Eric Wang wrote: On 2013/10/24 10:57, Eric Wang wrote: Hi, This is a review request to remove the test java/net/ipv6tests/UdpTest.java from ProblemList.txt. The test tracked by JDK-7079145 https://bugs.openjdk.java.net/browse/JDK-7079145 is hung if linux kernel is

hg: jdk8/tl/jdk: 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable

2013-10-24 Thread alan . bateman
Changeset: 700d62b8d9cc Author:alanb Date: 2013-10-24 13:24 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/700d62b8d9cc 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable Reviewed-by: rriggs, psandoz, chegar Contributed-by:

Re: ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-24 Thread Chris Hegarty
The changes, to remove this test from the problem list, look fine to me. I see that JDK-7079145 has been closed. We should probably re-open it, and use it to push these changes. I can sponsor this change for you. -Chris. On 10/24/2013 03:58 AM, Eric Wang wrote: Hi, This is a review

hg: jdk8/tl/jdk: 8024521: (process) Async close issues with Process InputStream

2013-10-24 Thread rob . mckenna
Changeset: e2ec05b2ed94 Author:igerasim Date: 2013-10-23 15:37 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e2ec05b2ed94 8024521: (process) Async close issues with Process InputStream Reviewed-by: psandoz, martin, alanb, robm !

hg: jdk8/tl/jdk: 8019646: Clarify javadoc contract of LambdaMetafactory

2013-10-24 Thread brian . goetz
Changeset: 5fa2fd782993 Author:briangoetz Date: 2013-10-24 13:06 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5fa2fd782993 8019646: Clarify javadoc contract of LambdaMetafactory Reviewed-by: briangoetz, rfield Contributed-by: dan.sm...@oracle.com !

hg: jdk8/tl/jdk: 8026929: remove accelerators from policytool resources

2013-10-24 Thread weijun . wang
Changeset: e9ec0ca5bab1 Author:weijun Date: 2013-10-25 08:38 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e9ec0ca5bab1 8026929: remove accelerators from policytool resources Reviewed-by: alexp, weijun Contributed-by: Leif Samuelsson leif.samuels...@oracle.com !

HttpURLConnection with IPv6 link-local address

2013-10-24 Thread Bruno Harbulot
Hello, I've been trying to use HttpURLConnection to connect to a web server using its IPv6 link-local address. There are two issues with this: - HttpURLConnection work with URLs with the official % syntax (only the informal one) for the scope ID (normally required for link-local addresses).

Re: ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-24 Thread Eric Wang
Thanks Alan Chris for review and pushing code. -Eric On 2013/10/24 20:59, Chris Hegarty wrote: The changes, to remove this test from the problem list, look fine to me. I see that JDK-7079145 has been closed. We should probably re-open it, and use it to push these changes. I can sponsor