Initialize idle old generation allocation limit in constructor.

BUG=478082
NOTRY=true
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#27924}
This commit is contained in:
hpayer 2015-04-17 09:57:34 -07:00 committed by Commit bot
parent 99c116ccda
commit 88e2d14c90

View File

@ -101,6 +101,8 @@ Heap::Heap()
allocation_timeout_(0),
#endif // DEBUG
old_generation_allocation_limit_(initial_old_generation_size_),
idle_old_generation_allocation_limit_(
kMinimumOldGenerationAllocationLimit),
old_gen_exhausted_(false),
inline_allocation_disabled_(false),
store_buffer_rebuilder_(store_buffer()),