Re: A little modification to error message

2012-07-05 Thread Sean Chou
Thanks Jonathan and Chris. Verified. On Fri, Jul 6, 2012 at 10:44 AM, Jonathan Lu wrote: > Hi Sean, > > Patch committed > > Changeset: 15a6b0bceb1e > Author:zhouyx > Date: 2012-07-06 10:36 +0800 > URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/15a6b0bceb1e > > 7181353: Update err

Re: A little modification to error message

2012-07-05 Thread Jonathan Lu
Hi Sean, Patch committed Changeset: 15a6b0bceb1e Author:zhouyx Date: 2012-07-06 10:36 +0800 URL:http://hg.openjdk.java.net/jdk8/tl/jdk/rev/15a6b0bceb1e 7181353: Update error message to distinguish native OOM and java OOM in net Reviewed-by: chegar ! src/solaris/native/java/net/Inet4Ad

hg: jdk8/tl/jdk: 7181353: Update error message to distinguish native OOM and java OOM in net

2012-07-05 Thread luchsh
Changeset: 15a6b0bceb1e Author:zhouyx Date: 2012-07-06 10:36 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/15a6b0bceb1e 7181353: Update error message to distinguish native OOM and java OOM in net Reviewed-by: chegar ! src/solaris/native/java/net/Inet4AddressImpl.c ! src/sol

hg: jdk8/tl/jdk: 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently

2012-07-05 Thread stuart . marks
Changeset: 4ad204cc7433 Author:smarks Date: 2012-07-05 15:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4ad204cc7433 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang ! test/ProblemList.tx

hg: jdk8/tl/jdk: 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently

2012-07-05 Thread stuart . marks
Changeset: 97eb7a4b1fdd Author:smarks Date: 2012-07-05 15:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/97eb7a4b1fdd 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang ! test/

Re: Code Review Request: 6953455 CookieStore.add() cannot handle null URI parameter, contrary to the API specification

2012-07-05 Thread Kurchi Hazra
Hi Neil, I do not have a problem with you pushing this fix. Thanks for taking this up. - Kurchi On 7/5/2012 8:48 AM, Neil Richards wrote: Hi Chris, Some QA folk round these parts observed the problem in 7. I told them of the fix in 8 [1]& they expressed interest in it being backported to

Re: Code Review Request: 6953455 CookieStore.add() cannot handle null URI parameter, contrary to the API specification

2012-07-05 Thread Neil Richards
Hi Chris, Some QA folk round these parts observed the problem in 7. I told them of the fix in 8 [1] & they expressed interest in it being backported to 7u. I've confirmed that the problem still exists in the jdk7u code. I've uploaded a webrev of the fix applied back onto jdk7u-dev [2], for revie