| commit | 5868adaefe72cc8bcdcd8325c40f712375a506d1 | [log] [tgz] |
|---|---|---|
| author | Vladimir Marko <vmarko@google.com> | Tue May 12 11:50:34 2020 +0100 |
| committer | Vladimir Marko <vmarko@google.com> | Wed May 13 08:00:22 2020 +0000 |
| tree | a1d4328902c4e860fe69c4e4bb34052de2530df3 | |
| parent | 5a62af5dc9e9bafeffcac7820e1a5b7586e58477 [diff] [blame] |
Move implementations from class_root.h to -inl.h . Make it possible to include the definition of enum ClassRoot without pulling in a lot of other headers. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Test: aosp_taimen-userdebug boots. Change-Id: Ic90fdd70bfe0c5428a5c9a0d7901ea7e15b03488
diff --git a/test/1985-structural-redefine-stack-scope/stack_scope.cc b/test/1985-structural-redefine-stack-scope/stack_scope.cc index 5c5215b..02d04dd 100644 --- a/test/1985-structural-redefine-stack-scope/stack_scope.cc +++ b/test/1985-structural-redefine-stack-scope/stack_scope.cc
@@ -21,7 +21,7 @@ #include <vector> #include "class_linker.h" -#include "class_root.h" +#include "class_root-inl.h" #include "jni.h" #include "jni/jni_internal.h" #include "mirror/class.h"