| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index d5d1128e49affbfb251df6c441f1dbc41e01eb70..eacd5e86d7cc4822c05e6cc83537533ec33b1194 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -98,6 +98,7 @@ Heap::Heap()
|
| linear_allocation_scope_depth_(0),
|
| contexts_disposed_(0),
|
| global_ic_age_(0),
|
| + flush_monomorphic_ics_(false),
|
| scan_on_scavenge_pages_(0),
|
| new_space_(this),
|
| old_pointer_space_(NULL),
|
| @@ -988,7 +989,7 @@ void Heap::MarkCompact(GCTracer* tracer) {
|
|
|
| contexts_disposed_ = 0;
|
|
|
| - isolate_->set_context_exit_happened(false);
|
| + flush_monomorphic_ics_ = false;
|
| }
|
|
|
|
|
|
|