| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index f4112d7e96142e39fea58a62bd56fce79c34f6cf..4cac73f7b69b2e1543d0d557018570ead6b808f9 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -967,9 +967,7 @@ void Compiler::RecompileParallel(Handle<JSFunction> closure) {
|
|
|
| if (!isolate->optimizing_compiler_thread()->IsQueueAvailable()) {
|
| if (FLAG_trace_parallel_recompilation) {
|
| - PrintF(" ** Compilation queue full, will retry optimizing ");
|
| - closure->PrintName();
|
| - PrintF(" on next run.\n");
|
| + PrintF(" ** Compilation queue, will retry opting on next run.\n");
|
| }
|
| return;
|
| }
|
|
|