hg: jdk8/tl/jdk: 7102704: test/java/net/DatagramSocket/ChangingAddress.java failing

2011-10-20 Thread chris . hegarty
Changeset: 634cd6f050ba Author:chegar Date: 2011-10-20 09:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/634cd6f050ba 7102704: test/java/net/DatagramSocket/ChangingAddress.java failing Reviewed-by: chegar Contributed-by: kurchi.subhra.ha...@oracle.com - test/java/net/Data

hg: jdk8/tl/jdk: 2 new changesets

2011-10-20 Thread michael . x . mcmahon
Changeset: 2d89c3f74aa5 Author:michaelm Date: 2011-10-20 09:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2d89c3f74aa5 7102665: Move tests to Problemlist Reviewed-by: chegar, alanb ! test/ProblemList.txt Changeset: 52c2dd336207 Author:michaelm Date: 2011-10-20

Re: java.net.NetworkInterface.getNetworkInterfaces does not work properly on AIX with IPv6

2011-10-20 Thread Jonathan Lu
On 10/20/2011 02:35 PM, Steve Poole wrote: On Thu, 2011-10-20 at 13:24 +0800, Jonathan Lu wrote: On 10/19/2011 06:03 PM, Steve Poole wrote: On Mon, 2011-10-17 at 15:14 +0800, Jonathan Lu wrote: Hi net-devs, I've got a problem on AIX operating system when IPv6 is enabled,which can be easily re

Re: java.net.NetworkInterface.getNetworkInterfaces does not work properly on AIX with IPv6

2011-10-20 Thread Neil Richards
On Thu, 2011-10-20 at 17:12 +0800, Jonathan Lu wrote: > On 10/20/2011 02:35 PM, Steve Poole wrote: > Thanks Steve, I've updated the test case and patch, see the attachments. > I've added IBM portions copyright comment to both headers. > > - Jonathan For ease of review, I've uploaded the suggested

hg: jdk8/tl/jdk: 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h

2011-10-20 Thread neil . richards
Changeset: c3da0672a882 Author:ngmr Date: 2011-10-13 12:30 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c3da0672a882 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h Summary: Use POSIX defined includes for unistd.h