Re: EHOSTUNREACH should not be considered as an exception when send on a loopback network interface.

2011-12-12 Thread Charles Lee
On 12/12/2011 07:48 PM, Neil Richards wrote: On Thu, 2011-12-08 at 10:54 +, Chris Hegarty wrote: On 08/12/2011 03:16, Charles Lee wrote: Hi Alan, hi Chris, Thank you for reviewing this and creating a bug id for me. I have put a revised webrev at http://cr.openjdk.java.net/~littlee/711

hg: jdk8/tl/langtools: 7119829: Adjust default jprt testing configuration

2011-12-12 Thread kelly . ohair
Changeset: 4822dfe0922b Author:ohair Date: 2011-12-12 08:15 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4822dfe0922b 7119829: Adjust default jprt testing configuration Reviewed-by: alanb ! make/jprt.properties

hg: jdk8/tl/jaxws: 2 new changesets

2011-12-12 Thread kelly . ohair
Changeset: 6d622b1b4db0 Author:ohair Date: 2011-12-12 08:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/6d622b1b4db0 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac Reviewed-by: alanb ! build.xml Changeset: 6d2030eacdac Author:ohair Date: 20

hg: jdk8/tl/corba: 7119829: Adjust default jprt testing configuration

2011-12-12 Thread kelly . ohair
Changeset: 75529c21094f Author:ohair Date: 2011-12-12 08:15 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/75529c21094f 7119829: Adjust default jprt testing configuration Reviewed-by: alanb ! make/jprt.properties

hg: jdk8/tl/jaxp: 2 new changesets

2011-12-12 Thread kelly . ohair
Changeset: a482d45c93e9 Author:ohair Date: 2011-12-12 08:12 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/a482d45c93e9 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac Reviewed-by: alanb ! build.xml Changeset: a49db7c01db7 Author:ohair Date: 201

hg: jdk8/tl: 7119829: Adjust default jprt testing configuration

2011-12-12 Thread kelly . ohair
Changeset: 9acd7374ff8a Author:ohair Date: 2011-12-12 08:11 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/9acd7374ff8a 7119829: Adjust default jprt testing configuration Reviewed-by: alanb ! make/jprt.properties ! test/Makefile

hg: jdk8/tl/jdk: 7119829: Adjust default jprt testing configuration

2011-12-12 Thread kelly . ohair
Changeset: 9c0a6185188f Author:ohair Date: 2011-12-12 08:17 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9c0a6185188f 7119829: Adjust default jprt testing configuration Reviewed-by: alanb ! make/jprt.properties ! test/Makefile

hg: jdk8/tl/jdk: 2 new changesets

2011-12-12 Thread chris . hegarty
Changeset: 3216717f96f5 Author:dl Date: 2011-12-12 10:45 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3216717f96f5 7118066: Warnings in java.util.concurrent package Reviewed-by: chegar, dholmes ! src/share/classes/java/util/concurrent/ArrayBlockingQueue.java ! src/share/cl

Re: EHOSTUNREACH should not be considered as an exception when send on a loopback network interface.

2011-12-12 Thread Neil Richards
On Thu, 2011-12-08 at 10:54 +, Chris Hegarty wrote: > On 08/12/2011 03:16, Charles Lee wrote: > > > > Hi Alan, hi Chris, > > > > Thank you for reviewing this and creating a bug id for me. I have put a > > revised webrev at http://cr.openjdk.java.net/~littlee/7118907/webrev.00/ > >

hg: jdk8/tl/jdk: 7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH

2011-12-12 Thread neil . richards
Changeset: c508f38245f8 Author:ngmr Date: 2011-12-12 11:41 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c508f38245f8 7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH Reviewed-by: alanb, chegar Contributed-by: Charles Lee ! src/sola