| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 540c2ec173b48c106be42cb7825d999147b2f71d..6b7b28edd204a675d542511ff12273735a33e41e 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3029,6 +3029,7 @@ AllocationResult Heap::AllocateBytecodeArray(int length,
|
| instance->set_length(length);
|
| instance->set_frame_size(frame_size);
|
| instance->set_parameter_count(parameter_count);
|
| + instance->set_interrupt_budget(interpreter::Interpreter::InterruptBudget());
|
| instance->set_constant_pool(constant_pool);
|
| instance->set_handler_table(empty_fixed_array());
|
| instance->set_source_position_table(empty_fixed_array());
|
|
|