Searched refs:testNativeLockStateThrowEntered (Results 1 – 2 of 2) sorted by relevance
98 NativeLockStateThrowEntered thread contended-LOCKING NamedLock[test testNativeLockStateThrowEntered]100 NativeLockStateThrowEntered thread LOCKED NamedLock[test testNativeLockStateThrowEntered]103 Lock state is: MonitorUsage{ monitor: NamedLock[test testNativeLockStateThrowEntered], owner: Nativ…104 …eption: throwing exception during monitorEntered of NamedLock[test testNativeLockStateThrowEntered]
106 testNativeLockStateThrowEntered(new Monitors.NamedLock("test testNativeLockStateThrowEntered")); in run()145 public static void testNativeLockStateThrowEntered(final Monitors.NamedLock lk) throws Exception { in testNativeLockStateThrowEntered() method in Test1932