commit | cb5f5e53b580023fa2c1d8235c2e9aa1ff67d1dc | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Sep 23 17:48:16 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Sep 23 18:50:52 2013 -0700 |
tree | 90033a1839d51e8b54a095aa896dc9295ccab959 | |
parent | ee39a10e45a6a0880e8b829525c40d6055818560 [diff] [blame] |
Make sure CompilerDriver actually resolves types Bug: 10750824 Change-Id: Ie61881f24196e851d87822798a7e9abdf9678aa3
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 4043f8b..4a3ae1b 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc
@@ -3979,6 +3979,7 @@ } } } + DCHECK((resolved == NULL) || resolved->IsResolved()) << PrettyDescriptor(resolved); return resolved; }