Re: Review request for JDK-8038223

2014-03-24 Thread Hannes Wallnoefer
Looks good. Hannes Am 2014-03-24 15:04, schrieb Attila Szegedi: Please review JDK-8038223 at http://cr.openjdk.java.net/~attila/8038223/webrev.01/index.html It's just a small trivial change that speeds up compilation nonetheless by eliminating a bunch of unnecessary string conversions for un

Review request for JDK-8038223

2014-03-24 Thread Attila Szegedi
Please review JDK-8038223 at http://cr.openjdk.java.net/~attila/8038223/webrev.01/index.html It's just a small trivial change that speeds up compilation nonetheless by eliminating a bunch of unnecessary string conversions for unused diagnostic output. Thanks, Attila.