| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 82589c7fd9b1b3a8dee83ace222ef997506f0959..db6e7bf2054645ae8c64f9890c271bee61469b2c 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -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()),
|
|
|