summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/remembered_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/accounting/remembered_set.h')
-rw-r--r--runtime/gc/accounting/remembered_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/accounting/remembered_set.h b/runtime/gc/accounting/remembered_set.h
index 92feeb1..4ed20dd 100644
--- a/runtime/gc/accounting/remembered_set.h
+++ b/runtime/gc/accounting/remembered_set.h
@@ -52,7 +52,7 @@ class RememberedSet {
void ClearCards();
// Mark through all references to the target space.
- void UpdateAndMarkReferences(MarkObjectCallback* callback,
+ void UpdateAndMarkReferences(MarkHeapReferenceCallback* callback,
space::ContinuousSpace* target_space, void* arg)
EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);