Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 2f3a1a8c1c7d300e892223b0a9d40a3aad530e49..4f908d5bd4d6cd2acb43f6bbbf9ac80629084f7f 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -851,6 +851,7 @@ bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason, |
} |
if (collector == MARK_COMPACTOR && |
+ !mark_compact_collector()->finalize_incremental_marking() && |
!mark_compact_collector()->abort_incremental_marking() && |
!incremental_marking()->IsStopped() && |
!incremental_marking()->should_hurry() && |