Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index a78cc8b9c48df2a1167305645c615b2bab048b0f..ce23aa5f880c2ee0c103789922e073077dd4078d 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -15516,6 +15516,8 @@ TokenPosition AbstractType::token_pos() const { |
| bool AbstractType::IsInstantiated(TrailPtr trail) const { |
| // AbstractType is an abstract class. |
| // TODO(srdjan) : Remove temporary code. |
| + Profiler::DumpStackTrace(true); |
| + Profiler::DumpStackTrace(false); |
|
Cutch
2016/04/25 23:16:11
DBC: Call it with false first and then with true.
srdjan
2016/04/25 23:29:16
Done.
|
| if (Compiler::IsBackgroundCompilation()) { |
| UNREACHABLE(); |
| } |