RFR (JAXP) 8059327 : XML parser returns corrupt attribute value

2014-11-07 Thread huizhe wang
Hi, This is a regression caused by changeset: http://cr.openjdk.java.net/~joehw/jdk9/8027359/webrev/. The fix then is to recover those changes that modified the buffer. Please review. http://cr.openjdk.java.net/~joehw/jdk9/8059327/webrev/ https://bugs.openjdk.java.net/browse/JDK-8059327

Re: RFR (JAXP) 8059327 : XML parser returns corrupt attribute value

2014-11-07 Thread Lance Andersen
Looks OK Joe. I went and looked at the previous version prior to the 1st fix. Best Lance On Nov 7, 2014, at 11:50 AM, huizhe wang huizhe.w...@oracle.com wrote: Hi, This is a regression caused by changeset: http://cr.openjdk.java.net/~joehw/jdk9/8027359/webrev/. The fix then is to