On Tue, 24 May 2022 19:52:57 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> Need to use proper synchronization. > > The CyclicBarriers might move the thread to WAITING state but not BLOCKED. So > it should not confuse existing checks. Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8874