Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index a78cc8b9c48df2a1167305645c615b2bab048b0f..581a06a1701d3e29be1beea03297f93136d8048f 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -15516,6 +15516,7 @@ TokenPosition AbstractType::token_pos() const { |
| bool AbstractType::IsInstantiated(TrailPtr trail) const { |
| // AbstractType is an abstract class. |
| // TODO(srdjan) : Remove temporary code. |
| + Profiler::DumpStackTrace(); |
|
regis
2016/04/25 23:13:49
LGTM but how about dumping both native and dart st
srdjan
2016/04/25 23:14:33
Done.
|
| if (Compiler::IsBackgroundCompilation()) { |
| UNREACHABLE(); |
| } |