RFR: (JAXP) 8020430 : NullPointerException in xml sqe nightly result on 2013-07-12

huizhe wang huizhe.wang at oracle.com
Fri Jul 12 08:59:19 UTC 2013


Hi,

This is a quick fix on a regression caused by 8016648.  The new property 
manager added to handle the new jaxp 1.5 properties is only created for 
the input and event factories. For the output factory therefore, there 
should have a null-check.  I've run the tests used in the nightly build 
with a local build, all passed with this patch.

webrev:
http://cr.openjdk.java.net/~joehw/jdk8/8020430/webrev/

Thanks,
Joe



More information about the core-libs-dev mailing list