Searched refs:MonitorWait (Results 1 – 7 of 7) sorted by relevance
27 Testing throwing exception in MonitorWait event29 Throwing exception in MonitorWait32 …Caused by: art.Monitors$TestException: throwing exception during MonitorWait of NamedLock[Lock tes…34 Testing throwing exception in MonitorWait event with illegal aruments36 Throwing exception in MonitorWait timeout = -10000067 Monitor usage in MonitorWait: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner…75 Testing that we can lock and release the monitor in the MonitorWait event
27 Testing throwing exception in MonitorWait event29 Throwing exception in MonitorWait31 …Caused by: art.Monitors$TestException: throwing exception during MonitorWait of NamedLock[Lock tes…33 Testing throwing exception in MonitorWait event with illegal aruments35 Throwing exception in MonitorWait timeout = -10000066 Monitor usage in MonitorWait: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner…74 Testing that we can lock and release the monitor in the MonitorWait event
77 * `MonitorWait`109 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep…
94 …jni_fun(MonitorWait, EVENT(MONITOR_WAIT), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jobject o…
187 current_callbacks.MonitorWait = monitorWaitCB; in Java_art_Monitors_setupMonitorEvents()
117 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \
974 jvmtiEventMonitorWait MonitorWait; member