On Tue, 10 Nov 2020 02:15:19 GMT, Daniel D. Daugherty <[email protected]>
wrote:
>> The loop that was being discussed here is the one on line 93 of the original
>> changeset:
>> `while (next != NULL && next->is_being_async_deflated()) {`
>> I made no comment on the outer while loop.
>
> You're correct. I got confused by the line renumbering due to other changes.
> Fortunately, the outer while loop can also correctly and easily be changed
> into a do-while loop so I'll keep that change. I'm looking at the correct
> inner
> while loop now.
The inner while loop is now converted into a do-while loop.
-------------
PR: https://git.openjdk.java.net/jdk/pull/642