hg: jdk8/tl/corba: 5 new changesets

2011-10-26 Thread lana . steuck
Changeset: 3d61f0856f34 Author:katleman Date: 2011-09-22 16:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/3d61f0856f34 Added tag jdk8-b06 for changeset 45c43dde7ba7 ! .hgtags Changeset: 0d52b1c87aa8 Author:katleman Date: 2011-09-29 18:53 -0700 URL: http

hg: jdk8/tl/jdk: 29 new changesets

2011-10-26 Thread lana . steuck
Changeset: 19f0a3db863c Author:katleman Date: 2011-09-22 16:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/19f0a3db863c Added tag jdk8-b06 for changeset bdb870cc269e ! .hgtags Changeset: ac9349be6821 Author:katleman Date: 2011-09-29 18:53 -0700 URL: http:/

hg: jdk8/tl/langtools: 11 new changesets

2011-10-26 Thread lana . steuck
Changeset: 116980ecec5c Author:katleman Date: 2011-09-22 16:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/116980ecec5c Added tag jdk8-b06 for changeset d2422276f9da ! .hgtags Changeset: 9268bd271c6f Author:katleman Date: 2011-09-29 18:54 -0700 URL:

hg: jdk8/tl/jaxws: 5 new changesets

2011-10-26 Thread lana . steuck
Changeset: 134b0debf7b0 Author:katleman Date: 2011-09-22 16:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/134b0debf7b0 Added tag jdk8-b06 for changeset ac22a946 ! .hgtags Changeset: 1c9d4f59acf8 Author:katleman Date: 2011-09-29 18:53 -0700 URL: http

hg: jdk8/tl/jaxp: 5 new changesets

2011-10-26 Thread lana . steuck
Changeset: c114306576dc Author:katleman Date: 2011-09-22 16:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/c114306576dc Added tag jdk8-b06 for changeset d7b8192e7277 ! .hgtags Changeset: de4794dd69c4 Author:katleman Date: 2011-09-29 18:53 -0700 URL: http:

hg: jdk8/tl: 7 new changesets

2011-10-26 Thread lana . steuck
Changeset: 0db7ae9f2b10 Author:katleman Date: 2011-09-22 16:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/0db7ae9f2b10 Added tag jdk8-b06 for changeset 28cf2aec4dd7 ! .hgtags Changeset: cf76aa4189e4 Author:katleman Date: 2011-09-29 18:53 -0700 URL: http://hg.

hg: jdk8/tl/jdk: 7090046: Lots of invalid link in java.text.BreakIterator comments

2011-10-26 Thread yuka . kamiya
Changeset: 0d371f2911a1 Author:peytoia Date: 2011-10-26 22:16 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0d371f2911a1 7090046: Lots of invalid link in java.text.BreakIterator comments Reviewed-by: okutsu ! src/share/classes/java/text/BreakIterator.java

hg: jdk8/tl/jdk: 7104650: rawtype warnings in several net, nio and security source files

2011-10-26 Thread chris . hegarty
Changeset: 88a260444e4d Author:chegar Date: 2011-10-26 13:58 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/88a260444e4d 7104650: rawtype warnings in several net, nio and security source files Summary: Also reviewed by ulf.zi...@gmx.de Reviewed-by: mcimadamore, alanb, dholmes

Re: Question about getaddrinfo in Inet4AddressImpl.c

2011-10-26 Thread Chris Hegarty
On 26/10/2011 10:36, Alan Bateman wrote: On 26/10/2011 10:24, Charles Lee wrote: />>> I don't think this code has changed too much since then and probably could do with a clean-up./ Not true. I'm talking about the InetAddress* code, that hasn't changed significantly and probably could do with

Re: Question about getaddrinfo in Inet4AddressImpl.c

2011-10-26 Thread Alan Bateman
On 26/10/2011 10:24, Charles Lee wrote: />>> I don't think this code has changed too much since then and probably could do with a clean-up./ Not true. I'm talking about the InetAddress* code, that hasn't changed significantly and probably could do with some modernization now. -Alan.

Re: Question about getaddrinfo in Inet4AddressImpl.c

2011-10-26 Thread Charles Lee
On 10/26/2011 04:30 PM, Alan Bateman wrote: On 26/10/2011 08:47, Charles Lee wrote: But I do not get getaddrinfo is ipv6 specified. Do I miss sth? If I recall correctly, when the support for IPv6 was added (predates OpenJDK as it was jdk1.4, as in 10 years ago) then getaddrinfo/getnameinfo/etc

Re: Question about getaddrinfo in Inet4AddressImpl.c

2011-10-26 Thread Alan Bateman
On 26/10/2011 08:47, Charles Lee wrote: But I do not get getaddrinfo is ipv6 specified. Do I miss sth? If I recall correctly, when the support for IPv6 was added (predates OpenJDK as it was jdk1.4, as in 10 years ago) then getaddrinfo/getnameinfo/etc. wasn't not widely supported and if I think

Re: Question about getaddrinfo in Inet4AddressImpl.c

2011-10-26 Thread Charles Lee
On 10/25/2011 05:41 PM, Chris Hegarty wrote: On 10/25/11 08:31 AM, Charles Lee wrote: Hi guys, I am reading some native code in the jdk repos. I find that in Inet4AddressImpl.c (folder solaris), gethostbyname is used. Meanwhile in the Inet6AddressImpl.c. getaddrinfo is used. My question is why