Looks good to me.
On Wed, May 13, 2020 at 5:55 PM Alex Menkov <alexey.men...@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