diff options
Diffstat (limited to 'compiler/compiler.h')
| -rw-r--r-- | compiler/compiler.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/compiler.h b/compiler/compiler.h index e5d1aff08c..fcd3434e68 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -58,7 +58,7 @@ class Compiler {                                       const DexFile& dex_file) const = 0;    virtual uintptr_t GetEntryPointOf(ArtMethod* method) const -     SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) = 0; +     SHARED_REQUIRES(Locks::mutator_lock_) = 0;    uint64_t GetMaximumCompilationTimeBeforeWarning() const {      return maximum_compilation_time_before_warning_;  |