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
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
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
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
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
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