Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index b49393d6655281272247d7470f8dbbe875cc64b9..0de91785849e9258261e859eea2889571472ea8b 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3056,6 +3056,7 @@ AllocationResult Heap::AllocateBytecodeArray(int length, |
instance->set_frame_size(frame_size); |
instance->set_parameter_count(parameter_count); |
instance->set_constant_pool(constant_pool); |
+ instance->set_handler_table(empty_fixed_array()); |
CopyBytes(instance->GetFirstBytecodeAddress(), raw_bytecodes, length); |
return result; |