Searched refs:testLockThrowEnter (Results 1 – 2 of 2) sorted by relevance
6 Locker thread 3 for NamedLock[Lock testLockThrowEnter] contended-LOCKING NamedLock[Lock testLockThr…8 Locker thread 3 for NamedLock[Lock testLockThrowEnter] LOCKED NamedLock[Lock testLockThrowEnter]10 …onitors$TestException: throwing exception during monitorEnter of NamedLock[Lock testLockThrowEnter]11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount…
50 testLockThrowEnter(new Monitors.NamedLock("Lock testLockThrowEnter")); in run()521 public static void testLockThrowEnter(Monitors.NamedLock lk) throws Exception { in testLockThrowEnter() method in Test1932