hg: jdk8/tl/jdk: 7081817: test/sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java failing

2011-08-22 Thread xuelei . fan
Changeset: 21f4d2d96191 Author:xuelei Date: 2011-08-22 18:21 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/21f4d2d96191 7081817: test/sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java failing Reviewed-by: alanb, weijun ! src/share/classes/sun/security/p

hg: jdk8/tl/jdk: 7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs

2011-08-22 Thread joe . darcy
Changeset: 71e353aba896 Author:darcy Date: 2011-08-22 17:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/71e353aba896 7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs Reviewed-by: alanb ! src/share/classes/sun/reflect/annotation

hg: jdk8/tl/jdk: 6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes; ...

2011-08-22 Thread joe . darcy
Changeset: b1f99f9c2879 Author:darcy Date: 2011-08-22 17:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b1f99f9c2879 6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes 6832374: (reflect) malformed signature can cause parser to go i

hg: jdk8/tl/jdk: 7080020: Add conventional constructors to InternalError and VirtualMachineError

2011-08-22 Thread joe . darcy
Changeset: c43af666d130 Author:darcy Date: 2011-08-22 12:16 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c43af666d130 7080020: Add conventional constructors to InternalError and VirtualMachineError Reviewed-by: darcy Contributed-by: nsebastian.sickelm...@gmx.de ! src/share

hg: jdk8/tl/jdk: 2 new changesets

2011-08-22 Thread alan . bateman
Changeset: fd07a2b7bf4d Author:alanb Date: 2011-08-22 16:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fd07a2b7bf4d 7081813: ProblemList.txt updates (8/2011) Reviewed-by: weijun, mchung ! test/ProblemList.txt ! test/java/io/IOException/LastErrorString.java Changeset: 60

Re: HttpCookie.domainMatches("hostname.local", "hostname") return false

2011-08-22 Thread Chris Hegarty
Here is the JDK8 changeset, to close the loop on this one. Note, the change is slightly different to the patch posted. Changeset: 5c1f90dd0405 Author:chegar Date: 2011-08-22 14:09 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5c1f90dd0405 7023713: HttpCookie.domainMatches

hg: jdk8/tl/jdk: 7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true

2011-08-22 Thread chris . hegarty
Changeset: 5c1f90dd0405 Author:chegar Date: 2011-08-22 14:09 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5c1f90dd0405 7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true Reviewed-by: chegar Contributed-by: zho...@linux.vnet.ibm.com ! src/sh

hg: jdk8/tl/jdk: 7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel

2011-08-22 Thread alan . bateman
Changeset: b3425b50bc36 Author:alanb Date: 2011-08-22 11:35 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b3425b50bc36 7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel Reviewed-by: chegar ! src/solaris/classes/sun/nio/ch/InheritedChannel.java