Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread huizhe wang
, iris -Original Message- From: huizhe wang Sent: Thursday, December 03, 2015 11:07 AM To: [email protected] Subject: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string Hi, This is a clean-up of the code in jaxp that had depended on Java

RE: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Iris Clark
Hi, Joe. This looks great. Thanks for removing this Java version-dependent code. Regards, iris -Original Message- From: huizhe wang Sent: Thursday, December 03, 2015 11:07 AM To: [email protected] Subject: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Mandy Chung
> On Dec 3, 2015, at 11:06 AM, huizhe wang wrote: > > Hi, > > This is a clean-up of the code in jaxp that had depended on Java version > string. This code came from JAXP standalone that no longer exists. > > jbs: https://bugs.openjdk.java.net/browse/JDK-8132091 > webrev: http://cr.openjdk.jav

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread huizhe wang
Thanks Lance! Joe On 12/3/2015 11:16 AM, Lance Andersen wrote: Hi Joe, Looks OK… Best Lance On Dec 3, 2015, at 2:06 PM, huizhe wang > wrote: Hi, This is a clean-up of the code in jaxp that had depended on Java version string. This code came from JAXP standa

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Lance Andersen
Hi Joe, Looks OK… Best Lance On Dec 3, 2015, at 2:06 PM, huizhe wang wrote: > Hi, > > This is a clean-up of the code in jaxp that had depended on Java version > string. This code came from JAXP standalone that no longer exists. > > jbs: https://bugs.openjdk.java.net/browse/JDK-8132091 > webr

RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread huizhe wang
Hi, This is a clean-up of the code in jaxp that had depended on Java version string. This code came from JAXP standalone that no longer exists. jbs: https://bugs.openjdk.java.net/browse/JDK-8132091 webrev: http://cr.openjdk.java.net/~joehw/jdk9/8132091/webrev/ Thanks, Joe