hg: jdk8/tl/langtools: 2 new changesets

2011-10-17 Thread maurizio . cimadamore
Changeset: b5d0b8effc85 Author:mcimadamore Date: 2011-10-17 12:54 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b5d0b8effc85 7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs Summary: Duplicate aliasing check during subtyping lead

Re: UrlEncodedQueryString (RFE 6306820):a painless addition?

2011-10-17 Thread Steve Poole
On Sun, 2011-10-16 at 20:41 -0700, kennardconsulting wrote: > Hi guys, > > So I'm just back from JavaOne 2011 and I'm all fired up about Open JDK again > :) > > I thought it may be worth revisiting RFE 6306820? All the hard work for this > RFE has already been done. There is a solid implementatio

hg: jdk8/tl/jdk: 7099399: cannot deal with CRL file larger than 16MB

2011-10-17 Thread weijun . wang
Changeset: 6cb07b35acf5 Author:weijun Date: 2011-10-17 17:11 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6cb07b35acf5 7099399: cannot deal with CRL file larger than 16MB Reviewed-by: xuelei, mullan ! src/share/classes/sun/security/provider/X509Factory.java + test/sun/secu

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

2011-10-17 Thread Alan Bateman
Jonathan Lu wrote: Hi net-devs, I've got a problem on AIX operating system when IPv6 is enabled,which can be easily reproduced by attached test case NetworkInterfaceTest.java. On AIX paltform, the /proc file system behaves differently from Linux, so we cannot just read required lines from /pro

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

2011-10-17 Thread Jonathan Lu
Hi net-devs, I've got a problem on AIX operating system when IPv6 is enabled,which can be easily reproduced by attached test case NetworkInterfaceTest.java. On AIX paltform, the /proc file system behaves differently from Linux, so we cannot just read required lines from /proc/net/if_inet6 but t