| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index a924d8dc08ef69567c64747b9ceb5b11b475fbe4..bb37ef5e539b405b837eed925819fedc566e8368 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -42,6 +42,7 @@ MarkCompactCollector::MarkCompactCollector(Heap* heap)
|
| #endif
|
| reduce_memory_footprint_(false),
|
| abort_incremental_marking_(false),
|
| + finalize_incremental_marking_(false),
|
| marking_parity_(ODD_MARKING_PARITY),
|
| compacting_(false),
|
| was_marked_incrementally_(false),
|
|
|