Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index 92ef3aa316ee729d453d41cffb113561a92fd2f6..e4cec8cfd2f87a4be33d4fe79c1df6554ee17825 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -932,7 +932,7 @@ void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) { |
int length = deoptimizations_.length(); |
if (length == 0) return; |
Handle<DeoptimizationInputData> data = |
- DeoptimizationInputData::New(isolate(), length, TENURED); |
+ DeoptimizationInputData::New(isolate(), length, 0, TENURED); |
Handle<ByteArray> translations = |
translations_.CreateByteArray(isolate()->factory()); |