RFR (JAXP): 8142463: Xml schema validation failing after Xerces update; maxOccurs ignored
huizhe wang
huizhe.wang at oracle.com
Mon Nov 30 19:33:54 UTC 2015
Hi,
This is a quick one-line fix.
For the UPA [1] processing, the DFA was compacted. A flag
(fIsCompactedForUPA) was added to indicate whether the DFA was
compacted. In the previous update however, the line that set the flag
was missed. This fix recovers the previous update.
All tests passed in a successful JPRT run.
webrev:
http://cr.openjdk.java.net/~joehw/jdk9/8142463/webrev/
JBS:
https://bugs.openjdk.java.net/browse/JDK-8142463
[1] http://www.w3.org/TR/xmlschema-1/#cos-nonambig
Thanks,
Joe
More information about the core-libs-dev
mailing list