diff options
| author | 2018-01-22 20:56:35 +0000 | |
|---|---|---|
| committer | 2018-01-22 20:56:35 +0000 | |
| commit | c7ae623f113484f42facd560756b13f34f7eab68 (patch) | |
| tree | 08adc53d0dbd76ea5a6034de95a50efea1b7d4e6 /runtime/base/mutex.h | |
| parent | 5577295109a8af9f5bd31430670e5cbbc1a1e079 (diff) | |
| parent | a79efdb69350fa66e1beabed4499ef4d0e809785 (diff) | |
Merge "Fix quickening logic"
Diffstat (limited to 'runtime/base/mutex.h')
| -rw-r--r-- | runtime/base/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h index 7077298ca9..d541b79a98 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -101,6 +101,7 @@ enum LockLevel { kAllocatedThreadIdsLock, kMonitorPoolLock, kClassLinkerClassesLock, // TODO rename. + kDexToDexCompilerLock, kJitCodeCacheLock, kCHALock, kSubtypeCheckLock, |