| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 610c0b16325a4f861744d8a8408cd77991214f6c..4d88bae6e9dee1d12b6b29cba97285bdc2bf6c4c 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1526,6 +1526,9 @@ RawObject* Compiler::ExecuteOnce(SequenceNode* fragment) {
|
|
|
|
|
| void Compiler::AbortBackgroundCompilation(intptr_t deopt_id) {
|
| + if (FLAG_trace_compiler) {
|
| + THR_Print("ABORT background compilation.");
|
| + }
|
| ASSERT(Compiler::IsBackgroundCompilation());
|
| Thread::Current()->long_jump_base()->Jump(
|
| deopt_id, Object::background_compilation_error());
|
|
|