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

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


On Tue, 10 Nov 2020 01:03:00 GMT, David Holmes <dholmes at 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


More information about the hotspot-dev mailing list