diff options
| -rw-r--r-- | runtime/base/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h index 5f2caef651..6bf203c307 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -64,6 +64,7 @@ enum LockLevel { kJdwpSocketLock, kRegionSpaceRegionLock, kTransactionLogLock, + kMarkSweepMarkStackLock, kJniWeakGlobalsLock, kReferenceQueueSoftReferencesLock, kReferenceQueuePhantomReferencesLock, @@ -80,7 +81,6 @@ enum LockLevel { kArenaPoolLock, kDexFileMethodInlinerLock, kDexFileToMethodInlinerMapLock, - kMarkSweepMarkStackLock, kInternTableLock, kOatFileSecondaryLookupLock, kTracingUniqueMethodsLock, |