/art/test/1930-monitor-info/ |
D | expected-stdout.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-stdout.jvm.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… 33 …e{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 39 …tor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 46 … monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 53 …r: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 60 … NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [], notify_waite… 63 …er thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite… 65 …er thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite… [all …]
|
D | expected-stdout.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/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/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/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/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/jvmti-common/ |
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/runtime/ |
D | monitor_inflation.md | 9 The `LockWord` suffices for representing the state of unlocked objects with no waiters, whether or 53 executed. (Notification on an object with no waiters is trivial and does not require inflation.) 65 unheld monitors with no waiters. This is done with all other threads suspended.
|
/art/openjdkjvmti/ |
D | ti_object.cc | 127 reinterpret_cast<unsigned char**>(&usage->waiters)); in GetObjectMonitorUsage()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 613 jthread* waiters; member
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 7664 Ljava/util/concurrent/FutureTask;->waiters:Ljava/util/concurrent/FutureTask$WaitNode;
|