diff options
Diffstat (limited to 'runtime/gc/heap.h')
| -rw-r--r-- | runtime/gc/heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h index 515dcb3a6d..9008c01a2b 100644 --- a/runtime/gc/heap.h +++ b/runtime/gc/heap.h @@ -783,6 +783,7 @@ class Heap { bool HasBootImageSpace() const { return !boot_image_spaces_.empty(); } + bool HasAppImageSpace() const REQUIRES_SHARED(Locks::mutator_lock_); ReferenceProcessor* GetReferenceProcessor() { return reference_processor_.get(); |