Hi,This is a patch to remove redundant property settings. In the previous patch, the new jaxp properties were set while copying features onto DOM/SAX parsers. However, this is already done during the initialization of DOM/SAX parsers (before setFeatures is called). It was removed in the standalone JAXP 1.5 implementation but was mistakenly left in the JDK patch.
webrevs: http://cr.openjdk.java.net/~joehw/jdk8/8014891/webrev/ Thanks, Joe