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