diff options
Diffstat (limited to 'runtime/gc/heap.cc')
| -rw-r--r-- | runtime/gc/heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc index 8d607e2639..071b3de593 100644 --- a/runtime/gc/heap.cc +++ b/runtime/gc/heap.cc @@ -1440,7 +1440,7 @@ void Heap::FlushAllocStack() { void Heap::MarkAllocStack(accounting::SpaceBitmap* bitmap1, accounting::SpaceBitmap* bitmap2, - accounting::SpaceSetMap* large_objects, + accounting::ObjectSet* large_objects, accounting::ObjectStack* stack) { DCHECK(bitmap1 != nullptr); DCHECK(bitmap2 != nullptr); |