Commit 3c30f6e1 authored by hpayer's avatar hpayer Committed by Commit bot

Call DisableInlineAllocation() in heap setup when flag inline_new is off.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25813}
parent 6e7ceee4
......@@ -5393,6 +5393,8 @@ bool Heap::SetUp() {
mark_compact_collector()->SetUp();
if (!FLAG_inline_new) DisableInlineAllocation();
return true;
}
......
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