Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index d2c9a2515fae8e038aa4d3b662bffb9f635c030e..adb2ed3b8a8cd2c5eb73448297911c0955a528f2 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -5170,7 +5170,7 @@ void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { |
PushSafepointRegistersScope scope(this, Safepoint::kWithRegisters); |
__ push(object); |
__ mov(cp, Operand::Zero()); |
- __ CallRuntimeSaveDoubles(Runtime::kMigrateInstance); |
+ __ CallRuntimeSaveDoubles(Runtime::kTryMigrateInstance); |
RecordSafepointWithRegisters( |
instr->pointer_map(), 1, Safepoint::kNoLazyDeopt); |
__ StoreToSafepointRegisterSlot(r0, scratch0()); |