request to patch jaxp in openjdk6

Kelly O'Hair kelly.ohair at oracle.com
Wed Mar 9 14:33:10 PST 2011


Approved.

-kto

On Mar 9, 2011, at 11:43 AM, Joe Wang wrote:

> Hi,
> 
> I'd like to ask for an approval to integrate a jaxp patch into OpenJDK6. The patch is in the form of jaxp144_02.zip, that is, 2nd patch for jaxp 1.4.4. The bundle fixed JCK 6b failures on OpenJDK 6 b21/b22. The fix was done through porting the patch for CR 6989150 JCK7: 3 deserialization tests for javax.xml classes fail since JDK7-b112, by setting serial version UID explicitly to match UIDs for previous JAXP version.:
> 
> private static final long serialVersionUID = -2994412584589975744L;
> private static final long serialVersionUID = -6527718720676281516L;
> private static final long serialVersionUID = -827108682472263355L;
> 
> to the following classes:
> 
> src/javax/xml/stream/FactoryConfigurationError.java
> src/javax/xml/transform/TransformerFactoryConfigurationError.java
> src/javax/xml/parsers/FactoryConfigurationError.java
> 
> Thanks,
> Joe



More information about the jdk6-dev mailing list