Commit b1527e1d authored by hpayer's avatar hpayer Committed by Commit bot

Just finalize incremental marking when marking is done in idle notification.

BUG=

Review URL: https://codereview.chromium.org/733893003

Cr-Commit-Position: refs/heads/master@{#25544}
parent 9f1bc698
......@@ -4393,7 +4393,7 @@ void Heap::TryFinalizeIdleIncrementalMarking(
gc_idle_time_handler_.ShouldDoMarkCompact(
idle_time_in_ms, size_of_objects,
mark_compact_speed_in_bytes_per_ms))) {
IdleMarkCompact("idle notification: finalize incremental");
CollectAllGarbage(kNoGCFlags, "idle notification: finalize incremental");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment