Re: RFR(JDK12/JAXP/java.xml) 8209615: ParseError in XMLEventReader on a valid input

2018-08-21 Thread Joe Wang
Thanks Lance! Yes, the test for 8158619 passed, as did all other xml tests. Best, Joe On 8/21/18, 12:01 PM, Lance Andersen wrote: Hi Joe, The change and test look fine. I assume the test for 8158619 is still happy :-) Best lance On Aug 21, 2018, at 2:17 PM, Joe Wang

Re: RFR(JDK12/JAXP/java.xml) 8209615: ParseError in XMLEventReader on a valid input

2018-08-21 Thread Lance Andersen
Hi Joe, The change and test look fine. I assume the test for 8158619 is still happy :-) Best lance > On Aug 21, 2018, at 2:17 PM, Joe Wang wrote: > > Hi, > > Please review a patch for a regression that was introduced in JDK 9 b147 by > the patch for JDK-8158619[1]. Prior to JDK-8158619, th

RFR(JDK12/JAXP/java.xml) 8209615: ParseError in XMLEventReader on a valid input

2018-08-21 Thread Joe Wang
Hi, Please review a patch for a regression that was introduced in JDK 9 b147 by the patch for JDK-8158619[1]. Prior to JDK-8158619, the JDK parser returns all contiguous character data in a single chunk. After the patch then, the parser would return partially if the data is not read completel