Thanks Martin!
Looks like the initial version of the jaxp port (from Xerces 2.7.1)
missed the patch for reasons I don't know. I created a bug based on the
very original bug report:
https://bugs.openjdk.java.net/browse/JDK-8058175
Would you want to push the change into jdk9's jaxp repo?
Thanks,
Joe
On 9/10/2014 1:01 PM, Martin Buchholz wrote:
Hi Huizhe,
I have a strange contribution to share.
Webrev:
http://cr.openjdk.java.net/~martin/webrevs/openjdk9/XMLScanner-supplementary-characters/
<http://cr.openjdk.java.net/%7Emartin/webrevs/openjdk9/XMLScanner-supplementary-characters/>
But I don't have a bug or a test case that I can share and I don't
understand the code, except that it's a fix for supporting
supplementary characters. Perhaps you can reverse engineer the bug
fix to a bug report? Also, maybe this is fixed in "real" xerces? I
have no idea...
At google we've been carrying this patch around for a while.
Martin