| Index: src/runtime.h
 | 
| diff --git a/src/runtime.h b/src/runtime.h
 | 
| index 4c7609844e2476de0991ae0576c052ab043041a4..d05688044c7ce00cf6c40899955e47f7beb31850 100644
 | 
| --- a/src/runtime.h
 | 
| +++ b/src/runtime.h
 | 
| @@ -100,7 +100,7 @@ namespace internal {
 | 
|    F(NeverOptimizeFunction, 1, 1) \
 | 
|    F(GetOptimizationStatus, -1, 1) \
 | 
|    F(GetOptimizationCount, 1, 1) \
 | 
| -  F(CompileForOnStackReplacement, 1, 1) \
 | 
| +  F(CompileForOnStackReplacement, 2, 1) \
 | 
|    F(SetAllocationTimeout, 2, 1) \
 | 
|    F(AllocateInNewSpace, 1, 1) \
 | 
|    F(AllocateInOldPointerSpace, 1, 1) \
 | 
| 
 |