summaryrefslogtreecommitdiffstats
path: root/compiler/compilers.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/compilers.h')
-rw-r--r--compiler/compilers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/compilers.h b/compiler/compilers.h
index 892a6bd1d..255dd23f3 100644
--- a/compiler/compilers.h
+++ b/compiler/compilers.h
@@ -43,7 +43,8 @@ class QuickCompiler : public Compiler {
uint32_t method_idx,
const DexFile& dex_file) const OVERRIDE;
- uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const OVERRIDE;
+ uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const OVERRIDE
+ SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
bool WriteElf(art::File* file,
OatWriter* oat_writer,