| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 0f920c7259eba9fc3521013d3fe2027f24c8f461..a8fd9cc885d088203a89c3cf22ea6c073d34d9ae 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -101,7 +101,7 @@ namespace internal {
|
| F(GetOptimizationStatus, -1, 1) \
|
| F(GetOptimizationCount, 1, 1) \
|
| F(UnblockConcurrentRecompilation, 0, 1) \
|
| - F(CompileForOnStackReplacement, 2, 1) \
|
| + F(CompileForOnStackReplacement, 1, 1) \
|
| F(SetAllocationTimeout, 2, 1) \
|
| F(AllocateInNewSpace, 1, 1) \
|
| F(AllocateInTargetSpace, 2, 1) \
|
|
|