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