> On 2 Mar 2016, at 20:53, Michael Haupt <[email protected]> wrote: > > Dear all, > > please review this change. > Bug: https://bugs.openjdk.java.net/browse/JDK-8150957 > Webrev: http://cr.openjdk.java.net/~mhaupt/8150957/webrev.00/ > > The bug was actually fixed with the push for JDK-8150635. This change adds a > test for the issue. >
Looks good. Minor comment, up to you to accept/reject: you could assert that “w.i” is the expected value after the loop invocation. Paul.
