Re: RFR (JAXP): 8027359: XML parser returns incorrect parsing results

2014-01-06 Thread huizhe wang
Thanks! On 1/3/2014 2:04 PM, Lance @ Oracle wrote: Looks ok joe Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 lance.ander...@oracle.com

Re: RFR (JAXP): 8027359: XML parser returns incorrect parsing results

2014-01-03 Thread Lance @ Oracle
Looks ok joe Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 lance.ander...@oracle.com Sent from my iPad On Jan 3, 2014, at 1:07 PM, huizhe wang wrote: > Hi, > > This is an issue with the XML 1.1 scanner. Any

RFR (JAXP): 8027359: XML parser returns incorrect parsing results

2014-01-03 Thread huizhe wang
Hi, This is an issue with the XML 1.1 scanner. Any reference to the data buffer needs to be removed, that is, the content copied, when the buffer is reloaded with new data. The fix is to duplicate the solution from the XML 1.0 scanner. webrev: http://cr.openjdk.java.net/~joehw/jdk9/8027359/