diff options
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r-- | runtime/oat_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h index 12e9f6cea..c58b0294c 100644 --- a/runtime/oat_file.h +++ b/runtime/oat_file.h @@ -98,7 +98,7 @@ class OatFile FINAL { class OatMethod FINAL { public: - void LinkMethod(mirror::ArtMethod* method) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + void LinkMethod(ArtMethod* method) const; uint32_t GetCodeOffset() const { return code_offset_; |