diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index aad7cfc875..701e62e57a 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -260,7 +260,7 @@ class ClassLinker { bool GenerateOatFile(const char* dex_filename, int oat_fd, const char* oat_cache_filename, - std::string* error_msg); + std::string* error_msg) LOCKS_EXCLUDED(Locks::mutator_lock_); const OatFile* FindOatFileFromOatLocation(const std::string& location, @@ -519,7 +519,7 @@ class ClassLinker { SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); const OatFile* FindOpenedOatFileFromDexLocation(const char* dex_location, const uint32_t* const dex_location_checksum) - LOCKS_EXCLUDED(dex_lock); + LOCKS_EXCLUDED(dex_lock_); const OatFile* FindOpenedOatFileFromOatLocation(const std::string& oat_location) LOCKS_EXCLUDED(dex_lock_); const DexFile* FindDexFileInOatLocation(const char* dex_location, |