Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 6 of 6) sorted by relevance

/art/test/jvmti-common/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()
/art/test/1930-monitor-info/src/art/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()
/art/test/1931-monitor-events/src/art/
DMonitors.java129 private volatile Throwable exe; field in Monitors.LockController
138 this.exe = null; in LockController()
151 if (exe != null) { in checkException()
152 throw new TestException("Exception thrown by other thread!", exe); in checkException()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock()
340 exe = null; in DoCleanup()