/art/test/1922-owned-monitors-info/ |
D | expected.txt | 114 owner-monitors, no suspend, Other thread 118 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 126 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 128 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 130 …"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other thread test (suspend: false): owned-mo… 132 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 134 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 136 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 140 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), Target("Other thread test (suspend: fals… [all …]
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 32 private boolean suspend; field in Test1922.ThreadPauser 34 public ThreadPauser(boolean suspend) { in ThreadPauser() argument 36 this.suspend = suspend; in ThreadPauser() 40 this.suspend = false; in ThreadPauser() 46 if (suspend) { in run() 47 Suspension.suspend(paused_thread); in run() 54 if (suspend) { in waitForOtherThreadToPause() 63 if (suspend) { in wakeupOtherThread() 177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread() argument 178 final Target t = new Target("Other thread test (suspend: " + suspend + "): " + name); in runTestsOtherThread() [all …]
|
/art/test/1904-double-suspend/src/art/ |
D | Test1904.java | 66 Suspension.suspend(other); in run() 78 Suspension.suspend(other); in run()
|
/art/test/1903-suspend-self/ |
D | info.txt | 1 Test jvmti suspend/resume of the current thread.
|
/art/test/597-deopt-busy-loop/ |
D | info.txt | 1 Test deoptimizing when returning from suspend-check runtime method.
|
/art/test/121-simple-suspend-check/ |
D | info.txt | 1 Simple test to ensure the compiler emits suspend checks on loops.
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1943-suspend-raw-monitor-wait/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1968-force-early-return/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1928-exception-event-exception/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1970-force-early-return-long/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1920-suspend-native-monitor/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1914-get-local-instance/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1907-suspend-list-self-twice/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1930-monitor-info/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1925-self-frame-pop/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1931-monitor-events/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1923-frame-pop/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|