Index: src/mips64/lithium-codegen-mips64.cc |
diff --git a/src/mips64/lithium-codegen-mips64.cc b/src/mips64/lithium-codegen-mips64.cc |
index 8cfdd0f073daacb273156cc86a224bb2379a3b9c..d3baf671d67e64da98f3ab92880eb55976b660bb 100644 |
--- a/src/mips64/lithium-codegen-mips64.cc |
+++ b/src/mips64/lithium-codegen-mips64.cc |
@@ -852,7 +852,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()); |