| Index: src/a64/builtins-a64.cc
|
| diff --git a/src/a64/builtins-a64.cc b/src/a64/builtins-a64.cc
|
| index e39fe13c7ab5fbc4df05cfb6ab31fe380b27af2f..16e1ab4a3c6b6b98f604d38dde26133391a5271f 100644
|
| --- a/src/a64/builtins-a64.cc
|
| +++ b/src/a64/builtins-a64.cc
|
| @@ -320,7 +320,7 @@ void Builtins::Generate_InstallRecompiledCode(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void Builtins::Generate_ParallelRecompile(MacroAssembler* masm) {
|
| +void Builtins::Generate_ConcurrentRecompile(MacroAssembler* masm) {
|
| {
|
| FrameScope scope(masm, StackFrame::INTERNAL);
|
|
|
| @@ -329,7 +329,7 @@ void Builtins::Generate_ParallelRecompile(MacroAssembler* masm) {
|
|
|
| // Pointer to the function is also the parameter to the runtime call.
|
| __ Push(x1);
|
| - __ CallRuntime(Runtime::kParallelRecompile, 1);
|
| + __ CallRuntime(Runtime::kConcurrentRecompile, 1);
|
|
|
| // Restore call kind information and receiver.
|
| __ Pop(x5, x1);
|
|
|