RFR: 8253064: monitor list simplifications and getting rid of TSM [v4]

Daniel D.Daugherty dcubed at openjdk.java.net
Tue Nov 10 02:35:18 UTC 2020


On Tue, 10 Nov 2020 02:15:19 GMT, Daniel D. Daugherty <dcubed at openjdk.org> 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


More information about the serviceability-dev mailing list