Hi,

change looks good.

There's a small pre-existing inefficiency in that initit is created unconditionally but only used if iterator == null, thus could be refactored into an if (iterator == null) ... else construct

Thanks!

/Claes

On 2016-04-20 11:25, Michael Haupt wrote:
Dear all,

please review this change.
Bug: https://bugs.openjdk.java.net/browse/JDK-8152667
Webrev: http://cr.openjdk.java.net/~mhaupt/8152667/webrev.00/

Thanks,

Michael


Reply via email to