--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.java 2017-12-21 15:35:33.163185354 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.java 2017-12-21 15:35:32.297100798 -0800 @@ -741,7 +741,7 @@ // Take advantage of the fact that next string _should_ be "fElementQName.rawName", //In scanners most of the time is consumed on checks done for XML characters, we can // optimize on it and avoid the checks done for endElement, - //we will also avoid symbol table lookup - neeraj.bajaj@sun.com + //we will also avoid symbol table lookup. // this should work both for namespace processing true or false...