summaryrefslogtreecommitdiff
path: root/runtime/gc/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/heap.h')
-rw-r--r--runtime/gc/heap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h
index 5d9fb1b647..7e30c3d14e 100644
--- a/runtime/gc/heap.h
+++ b/runtime/gc/heap.h
@@ -722,8 +722,7 @@ class Heap {
EXPORT bool ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const
REQUIRES_SHARED(Locks::mutator_lock_);
- bool IsInBootImageOatFile(const void* p) const
- REQUIRES_SHARED(Locks::mutator_lock_);
+ bool IsInBootImageOatFile(const void* p) const;
// Get the start address of the boot images if any; otherwise returns 0.
uint32_t GetBootImagesStartAddress() const {