| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 9f9a4623164d25a9f6aa492aa0062e35c9c765a2..75406cf7428e970d3bf747fc7f5b2102bc7ebfdd 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -94,6 +94,7 @@ void LCodeGen::FinishCode(Handle<Code> code) {
|
| code->set_stack_slots(StackSlotCount());
|
| code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
|
| PopulateDeoptimizationData(code);
|
| + Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(code);
|
| }
|
|
|
|
|
|
|