RFR: 8287200: Test java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java timed out after JDK-8287103

Alan Bateman alanb at openjdk.java.net
Wed May 25 06:22:58 UTC 2022


On Tue, 24 May 2022 19:52:57 GMT, Leonid Mesnik <lmesnik at 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


More information about the serviceability-dev mailing list