hg: jdk8/tl/jdk: 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu

2011-10-27 Thread weijun . wang
Changeset: 449113aea001 Author:weijun Date: 2011-10-27 17:23 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/449113aea001 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu Reviewed-by: alanb ! test/sun/tools/jinfo/Basic.sh

hg: jdk8/tl/jdk: 7099658: Properties.loadFromXML fails with ClassCastException

2011-10-27 Thread sean . coffey
Changeset: 64ccf18bbad5 Author:coffeys Date: 2011-10-27 10:32 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/64ccf18bbad5 7099658: Properties.loadFromXML fails with ClassCastException Reviewed-by: alanb, mchung ! src/share/classes/sun/util/xml/XMLUtils.java

Re: 7094155 Code Review Request

2011-10-27 Thread Sean Mullan
On 10/26/11 10:50 PM, Xuelei Fan wrote: > Looks fine to me. > > I also look at some other places that use the Node.getLocalName(). As > this method may return null, I was wondering it would be nice if we also > make changes to > com/sun/org/apache/xml/internal/security/utils/ElementCheckerImpl.jav

Re: 7081804: Remove cause field from javax.xml.crypto.NoSuchMechnismException

2011-10-27 Thread Sebastian Sickelmann
Some time ago (see below) i ask what would be the right solution to refactor exception initialization to? Solution 1: Disallow calls to initCause after creation, if there was an exception-cause-functionality in this class before it was introduced to Throwable. Solution 2: Disallow calls to initC

Re: 7094155 Code Review Request

2011-10-27 Thread Xuelei Fan
On 10/27/2011 9:43 PM, Sean Mullan wrote: > On 10/26/11 10:50 PM, Xuelei Fan wrote: >> Looks fine to me. >> >> I also look at some other places that use the Node.getLocalName(). As >> this method may return null, I was wondering it would be nice if we also >> make changes to >> com/sun/org/apache/x

hg: jdk8/tl/jdk: 2 new changesets

2011-10-27 Thread sean . mullan
Changeset: 56cc907fc8dc Author:mullan Date: 2011-10-27 10:57 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/56cc907fc8dc 7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM Reviewed-by: xuelei ! src/share/classes/com/sun/org/apach