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 af008347cd..6e4b96c2e6 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -73,6 +73,7 @@ enum LockLevel { kRosAllocBulkFreeLock, kAllocSpaceLock, kBumpPointerSpaceBlockLock, + kArenaPoolLock, kDexFileMethodInlinerLock, kDexFileToMethodInlinerMapLock, kMarkSweepMarkStackLock, |