diff options
Diffstat (limited to 'runtime/gc/accounting/remembered_set.h')
| -rw-r--r-- | runtime/gc/accounting/remembered_set.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/gc/accounting/remembered_set.h b/runtime/gc/accounting/remembered_set.h index 4ed20dd..e3d8537 100644 --- a/runtime/gc/accounting/remembered_set.h +++ b/runtime/gc/accounting/remembered_set.h @@ -53,6 +53,7 @@ class RememberedSet {    // Mark through all references to the target space.    void UpdateAndMarkReferences(MarkHeapReferenceCallback* callback, +                               DelayReferenceReferentCallback* ref_callback,                                 space::ContinuousSpace* target_space, void* arg)        EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)        SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);  | 
