On Tue, 10 Nov 2020 01:03:00 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Okay. I've changed it to a do-while loop. > > 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/642