RFR: 8253064: monitor list simplifications and getting rid of TSM [v2]
Daniel D.Daugherty
dcubed at openjdk.java.net
Mon Nov 9 20:44:56 UTC 2020
On Mon, 9 Nov 2020 08:45:49 GMT, Erik Österlund <eosterlund at 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
More information about the serviceability-dev
mailing list