Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 44707) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -5107,7 +5107,7 @@ |
| Isolate* isolate = Isolate::Current(); |
| const Code& current_code = Code::Handle(isolate, CurrentCode()); |
| - if (FLAG_trace_disabling_optimized_code) { |
| + if (FLAG_trace_deoptimization) { |
| OS::Print("Disabling optimized code: '%s' entry: %#" Px "\n", |
| ToFullyQualifiedCString(), |
| current_code.EntryPoint()); |