RFR: JDK-8229829: java/lang/management/ThreadMXBean/Locks.java fails with java.lang.RuntimeException: Thread WaitingThread is at WAITING state but is expected to be in Thread.State = WAITING
Martin Buchholz
martinrb at google.com
Thu May 14 00:58:48 UTC 2020
Looks good to me.
On Wed, May 13, 2020 at 5:55 PM Alex Menkov <alexey.menkov at oracle.com> wrote:
>
> Hi all,
>
> Please review the fix for
> https://bugs.openjdk.java.net/browse/JDK-8229829
> webrev:
> http://cr.openjdk.java.net/~amenkov/jdk15/Locks_waiting/webrev/
>
> The fix adds handling for WAITING (and for consistency TIMED_WAITING
> which is not used in the test) states as it has for BLOCKED state.
>
> --alex
More information about the serviceability-dev
mailing list