RFR (jaxp) 8131907 : Numerous threads lock during XML processing
Please review a change that removes unnecessary class loading. http://cr.openjdk.java.net/~joehw/jdk9/8131907/webrev/ Thanks, Joe
Hi Joe, Looks good. Roger On 7/20/2015 5:47 PM, huizhe wang wrote:
Please review a change that removes unnecessary class loading.
http://cr.openjdk.java.net/~joehw/jdk9/8131907/webrev/
Thanks, Joe
Thanks Roger! Joe On 7/21/2015 6:36 AM, Roger Riggs wrote:
Hi Joe,
Looks good.
Roger
On 7/20/2015 5:47 PM, huizhe wang wrote:
Please review a change that removes unnecessary class loading.
http://cr.openjdk.java.net/~joehw/jdk9/8131907/webrev/
Thanks, Joe
Hi Joe, Looks good to me! nit: the two statics don't agree on style: 'private static final' vs 'private final static' best regards, -- daniel On 20/07/15 23:47, huizhe wang wrote:
Please review a change that removes unnecessary class loading.
http://cr.openjdk.java.net/~joehw/jdk9/8131907/webrev/
Thanks, Joe
On 7/21/2015 9:51 AM, Daniel Fuchs wrote:
Hi Joe,
Looks good to me!
nit: the two statics don't agree on style: 'private static final' vs 'private final static'
Good catch! Fixed. Thanks! -Joe
best regards,
-- daniel
On 20/07/15 23:47, huizhe wang wrote:
Please review a change that removes unnecessary class loading.
http://cr.openjdk.java.net/~joehw/jdk9/8131907/webrev/
Thanks, Joe
participants (3)
-
Daniel Fuchs
-
huizhe wang
-
Roger Riggs