Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 5ee2d975a23ea2de9254ccd5e747f211971b4de2..0a2357d21e4114a9e0586a969fd721429caa03de 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3041,6 +3041,7 @@ AllocationResult Heap::AllocateBytecodeArray(int length, |
instance->set_parameter_count(parameter_count); |
instance->set_interrupt_budget(interpreter::Interpreter::InterruptBudget()); |
instance->set_osr_loop_nesting_level(0); |
+ instance->set_bytecode_age(BytecodeArray::kNoAgeBytecodeAge); |
instance->set_constant_pool(constant_pool); |
instance->set_handler_table(empty_fixed_array()); |
instance->set_source_position_table(empty_byte_array()); |