commit | 103992b9171fac9eceb2fe4015ab04f544b9c559 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jan 04 15:32:43 2016 -0800 |
committer | Andreas Gampe <agampe@google.com> | Tue Jan 05 08:16:06 2016 -0800 |
tree | 0e21aeb48e11130f9bfe1c1c42202ba715e30cb6 | |
parent | 376a6f3dbae7b71a6fc2c339ec416d3407277308 [diff] [blame] |
ART: Move ThrowStackOverflowError to common_throws This should really be in common_throws considering all the callers. Change-Id: I410c07cbf5659f216d44597530cb85f99740f320
diff --git a/runtime/interpreter/interpreter.cc b/runtime/interpreter/interpreter.cc index 871fad7..8d5a61a 100644 --- a/runtime/interpreter/interpreter.cc +++ b/runtime/interpreter/interpreter.cc
@@ -18,6 +18,7 @@ #include <limits> +#include "common_throws.h" #include "interpreter_common.h" #include "mirror/string-inl.h" #include "scoped_thread_state_change.h"