Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements Reviewed-by: sspitsyn, dholmes
Add a !owner check for 'waiting to lock' to catch current_pending_monitor corner cases. Co-authored-by: Krystal Mok <rednaxelafx@gmail.com> Co-authored-by: Zhengyu Gu <zhengyu.gu@oracle.com> Reviewed-by: dholmes, sspitsyn, kmo, zgu
Test ported to jtreg, thread pairs decreased from 1024 to 128 to avoid OOM on 32 bit Windows Reviewed-by: sla, dsimms