| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 513757085dbf0e08df73d9e779d3bc2a96a43b41..dd3946f18c5ab26b41774ca5a3674571095ad908 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4245,7 +4245,8 @@ void Heap::AdvanceIdleIncrementalMarking(intptr_t step_size) {
|
| isolate_->compilation_cache()->Clear();
|
| uncommit = true;
|
| }
|
| - CollectAllGarbage(kNoGCFlags, "idle notification: finalize incremental");
|
| + CollectAllGarbage(kReduceMemoryFootprintMask,
|
| + "idle notification: finalize incremental");
|
| mark_sweeps_since_idle_round_started_++;
|
| gc_count_at_last_idle_gc_ = gc_count_;
|
| if (uncommit) {
|
|
|