diff options
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, |