/art/test/1932-monitor-events-misc/ |
D | expected.txt | 2 Locker thread 1 for NamedLock[Lock testLockUncontend] contended-LOCKING NamedLock[Lock testLockUnco… 3 Releasing NamedLock[Lock testLockUncontend] during monitorEnter event. 4 Locker thread 1 for NamedLock[Lock testLockUncontend] LOCKED NamedLock[Lock testLockUncontend] 6 Locker thread 3 for NamedLock[Lock testLockThrowEnter] contended-LOCKING NamedLock[Lock testLockThr… 8 Locker thread 3 for NamedLock[Lock testLockThrowEnter] LOCKED NamedLock[Lock testLockThrowEnter] 10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te… 11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount… 13 Locker thread 5 for NamedLock[Lock testLockThrowEntered] contended-LOCKING NamedLock[Lock testLockT… 14 Locker thread 5 for NamedLock[Lock testLockThrowEntered] LOCKED NamedLock[Lock testLockThrowEntered] 17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … [all …]
|
D | jvm-expected.patch | 2 > Locker thread 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] ti…
|
/art/test/1931-monitor-events/ |
D | expected.txt | 2 Locker thread 1 for NamedLock[Lock testLock] contended-LOCKING NamedLock[Lock testLock] 3 Locker thread 1 for NamedLock[Lock testLock] LOCKED NamedLock[Lock testLock] 5 ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1 6 ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true 8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0 9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal… 11 Locker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] … 12 Locker thread 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] time… 15 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime… 16 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWai… [all …]
|
D | jvm-expected.patch | 2 < ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1 3 < ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
|
/art/test/1930-monitor-info/ |
D | expected.txt | 2 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry… 3 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun… 5 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry… 6 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun… 8 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryC… 9 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCou… 10 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount… 12 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: <NULL>, … 13 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, en… 14 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entr… [all …]
|
/art/test/1930-monitor-info/src/art/ |
D | Test1930.java | 25 Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testSingleThread"); in testSingleThread() 29 Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testSingleThread"); in testSingleThreadNative() 34 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwice"); in testLockedTwice() 39 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceNJ"); in testLockedTwiceNJ() 44 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceJN"); in testLockedTwiceJN() 49 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceNative"); in testLockedTwiceNative() 58 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockWait"); in testLockWait() 92 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testNotifyWait"); in testNotifyWait()
|
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|
/art/test/1922-owned-monitors-info/ |
D | expected.txt | 3 Owned monitors: [NamedLock("Lock 1")] 5 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 7 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")] 9 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")] 11 Owned monitors: [NamedLock("Lock 1"), class art.Test1922$Target] 13 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")] 15 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 17 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Current thr… 19 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… 21 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit… [all …]
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Test1933.java | 22 testNoContention(new Monitors.NamedLock("test testNoContention")); in run() 25 testNormalContendedMonitor(new Monitors.NamedLock("test testNormalContendedMonitor")); in run() 28 testNormalWaitMonitor(new Monitors.NamedLock("test testNormalWaitMonitor")); in run() 31 public static void testNormalWaitMonitor(final Monitors.NamedLock lk) throws Exception { in testNormalWaitMonitor() 48 public static void testNormalContendedMonitor(final Monitors.NamedLock lk) throws Exception { in testNormalContendedMonitor() 61 public static void testNoContention(final Monitors.NamedLock lk) throws Exception { in testNoContention()
|
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 65 Monitors.NamedLock.class, in run() 69 testLock(new Monitors.NamedLock("Lock testLock")); in run() 72 testPark(new Monitors.NamedLock("Parking blocker object")); in run() 75 testWait(new Monitors.NamedLock("Lock testWait")); in run() 78 testTimedWait(new Monitors.NamedLock("Lock testTimedWait")); in run() 81 testTimedWaitTimeout(new Monitors.NamedLock("Lock testTimedWaitTimeout")); in run() 86 testUnlockedWait(new Monitors.NamedLock("Lock testUnlockedWait")); in run() 89 testIllegalWait(new Monitors.NamedLock("Lock testIllegalWait")); in run() 92 testInteruptWait(new Monitors.NamedLock("Lock testInteruptWait")); in run() 103 public static void testInteruptWait(final Monitors.NamedLock lk) throws Exception { in testInteruptWait() [all …]
|
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 43 Monitors.NamedLock.class, in run() 47 testLockUncontend(new Monitors.NamedLock("Lock testLockUncontend")); in run() 50 testLockThrowEnter(new Monitors.NamedLock("Lock testLockThrowEnter")); in run() 53 testLockThrowEntered(new Monitors.NamedLock("Lock testLockThrowEntered")); in run() 56 testLockThrowBoth(new Monitors.NamedLock("Lock testLockThrowBoth")); in run() 62 testThrowWait(new Monitors.NamedLock("Lock testThrowWait")); in run() 65 testThrowIllegalWait(new Monitors.NamedLock("Lock testThrowIllegalWait")); in run() 68 testThrowWaited(new Monitors.NamedLock("Lock testThrowWaited")); in run() 71 testThrowWaitedTimeout(new Monitors.NamedLock("Lock testThrowWaitedTimeout")); in run() 74 testThrowWaitedInterrupt(new Monitors.NamedLock("Lock testThrowWaitedInterrupt")); in run() [all …]
|
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 116 public static class NamedLock { class in Test1922 118 public NamedLock(String name) { this.name = name; } in NamedLock() method in Test1922.NamedLock 179 final NamedLock l1 = new NamedLock("Lock 1"); in runTestsOtherThread() 180 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsOtherThread() 181 final NamedLock l3 = new NamedLock("Lock 3"); in runTestsOtherThread() 224 final NamedLock l1 = new NamedLock("Lock 1"); in runTestsCurrentThread() 225 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsCurrentThread() 226 final NamedLock l3 = new NamedLock("Lock 3"); in runTestsCurrentThread()
|
/art/test/1933-monitor-current-contended/ |
D | expected.txt | 4 c2 is contending for monitor: NamedLock[test testNormalContendedMonitor] 6 c1 is contending for monitor: NamedLock[test testNormalWaitMonitor]
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|
/art/test/jvmti-common/ |
D | Monitors.java | 37 public static class NamedLock { class in Monitors 40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock 122 public final NamedLock lock; 131 public LockController(NamedLock lock) { in LockController() 134 public LockController(NamedLock lock, long timeout) { in LockController()
|