On Mon, 9 Nov 2020 08:45:49 GMT, Erik Österlund <eosterl...@openjdk.org> wrote:
>> @fisk - I'm leaving this one for you for now. > > Changing it to a do/while loop makes sense. The while condition is always > true the first iteration, so doing a while or do/while loop is equivalent. If > you find the do/while loop easier to read, then that sounds good to me. Okay. I've changed it to a do-while loop. ------------- PR: https://git.openjdk.java.net/jdk/pull/642