/art/test/1930-monitor-info/ |
D | expected.txt | 2 …r: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 3 …tor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waite… 5 …r: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 6 …tor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waite… 8 …or: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 9 …itor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 1, waiters: [], notify_waite… 10 …itor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 2, waiters: [], notify_waite… 12 …medLock[Test1930 - testLockedTwiceNative], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 13 …NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 1, waiters: [], notify_waite… 14 …NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 2, waiters: [], notify_waite… [all …]
|
/art/test/1932-monitor-events-misc/ |
D | expected.txt | 11 …nitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 18 …tor: NamedLock[Lock testLockThrowEntered], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 26 …onitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 32 …e{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 38 …tor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 45 … monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 52 …r: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 59 … NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 62 …er thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite… 64 …er thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite… [all …]
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Monitors.java | 79 public final Thread[] waiters; field in Monitors.MonitorUsage 86 Thread[] waiters, in MonitorUsage() argument 91 this.waiters = waiters; in MonitorUsage() 105 toNameList(waiters), in toString() 267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
|
/art/test/1930-monitor-info/src/art/ |
D | Monitors.java | 79 public final Thread[] waiters; field in Monitors.MonitorUsage 86 Thread[] waiters, in MonitorUsage() argument 91 this.waiters = waiters; in MonitorUsage() 105 toNameList(waiters), in toString() 267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
|
D | Test1930.java | 74 if (Arrays.asList(Monitors.getObjectMonitorUsage(lk).waiters).contains(t)) { in testLockWait()
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Monitors.java | 79 public final Thread[] waiters; field in Monitors.MonitorUsage 86 Thread[] waiters, in MonitorUsage() argument 91 this.waiters = waiters; in MonitorUsage() 105 toNameList(waiters), in toString() 267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
|
/art/test/1931-monitor-events/src/art/ |
D | Monitors.java | 79 public final Thread[] waiters; field in Monitors.MonitorUsage 86 Thread[] waiters, in MonitorUsage() argument 91 this.waiters = waiters; in MonitorUsage() 105 toNameList(waiters), in toString() 267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Monitors.java | 79 public final Thread[] waiters; field in Monitors.MonitorUsage 86 Thread[] waiters, in MonitorUsage() argument 91 this.waiters = waiters; in MonitorUsage() 105 toNameList(waiters), in toString() 267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
|
/art/test/ti-agent/ |
D | monitors_helper.cc | 55 [&](jint i) { return usage.waiters[i]; }); in Java_art_Monitors_getObjectMonitorUsage() 57 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters)); in Java_art_Monitors_getObjectMonitorUsage() 64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters)); in Java_art_Monitors_getObjectMonitorUsage()
|
/art/openjdkjvmti/ |
D | ti_object.cc | 123 reinterpret_cast<unsigned char**>(&usage->waiters)); in GetObjectMonitorUsage()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 613 jthread* waiters; member
|