RFR: 8287200: Test java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java timed out after JDK-8287103 [v2]
Alan Bateman
alanb at openjdk.java.net
Fri May 27 05:23:34 UTC 2022
On Thu, 26 May 2022 22:27:15 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.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>
> fix
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8874
More information about the serviceability-dev
mailing list