xref: /aosp_15_r20/art/test/1931-monitor-events/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTesting contended locking.
2*795d594fSAndroid Build Coastguard WorkerLocker thread 1 for NamedLock[Lock testLock] contended-LOCKING NamedLock[Lock testLock]
3*795d594fSAndroid Build Coastguard WorkerLocker thread 1 for NamedLock[Lock testLock] LOCKED NamedLock[Lock testLock]
4*795d594fSAndroid Build Coastguard WorkerTesting park.
5*795d594fSAndroid Build Coastguard WorkerParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
6*795d594fSAndroid Build Coastguard WorkerParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
7*795d594fSAndroid Build Coastguard WorkerTesting monitor wait.
8*795d594fSAndroid Build Coastguard WorkerLocker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0
9*795d594fSAndroid Build Coastguard WorkerLocker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: false
10*795d594fSAndroid Build Coastguard WorkerTesting monitor timed wait.
11*795d594fSAndroid Build Coastguard WorkerLocker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] timeout: 3600000
12*795d594fSAndroid Build Coastguard WorkerLocker thread 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] timed_out: false
13*795d594fSAndroid Build Coastguard WorkerTesting monitor timed with timeout.
14*795d594fSAndroid Build Coastguard WorkerWaiting for 10 seconds.
15*795d594fSAndroid Build Coastguard WorkerLocker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTimedWaitTimeout] timeout: 10000
16*795d594fSAndroid Build Coastguard WorkerLocker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWaitTimeout] timed_out: true
17*795d594fSAndroid Build Coastguard WorkerWait finished with timeout.
18*795d594fSAndroid Build Coastguard WorkerWaiting on an unlocked monitor.
19*795d594fSAndroid Build Coastguard WorkerUnlocked wait thread: start-monitor-wait NamedLock[Lock testUnlockedWait] timeout: 0
20*795d594fSAndroid Build Coastguard WorkerCaught exception: java.lang.reflect.InvocationTargetException
21*795d594fSAndroid Build Coastguard Worker	Caused by: class java.lang.IllegalMonitorStateException
22*795d594fSAndroid Build Coastguard WorkerWaiting with an illegal argument (negative timeout)
23*795d594fSAndroid Build Coastguard WorkerLocker thread 7 for NamedLock[Lock testIllegalWait] start-monitor-wait NamedLock[Lock testIllegalWait] timeout: -100
24*795d594fSAndroid Build Coastguard WorkerCaught exception: art.Monitors$TestException: Exception thrown by other thread!
25*795d594fSAndroid Build Coastguard Worker	Caused by: art.Monitors$TestException: Got an error while performing action TIMED_WAIT
26*795d594fSAndroid Build Coastguard Worker	Caused by: class java.lang.IllegalArgumentException
27*795d594fSAndroid Build Coastguard WorkerInterrupt a monitor being waited on.
28*795d594fSAndroid Build Coastguard WorkerLocker thread 8 for NamedLock[Lock testInteruptWait] start-monitor-wait NamedLock[Lock testInteruptWait] timeout: 0
29*795d594fSAndroid Build Coastguard WorkerLocker thread 8 for NamedLock[Lock testInteruptWait] monitor-waited NamedLock[Lock testInteruptWait] timed_out: false
30*795d594fSAndroid Build Coastguard WorkerCaught exception: art.Monitors$TestException: Exception thrown by other thread!
31*795d594fSAndroid Build Coastguard Worker	Caused by: art.Monitors$TestException: Got an error while performing action WAIT
32*795d594fSAndroid Build Coastguard Worker	Caused by: class java.lang.InterruptedException
33