diff options
| author | 2016-01-27 01:53:45 +0000 | |
|---|---|---|
| committer | 2016-01-27 01:53:45 +0000 | |
| commit | 902838d865eaed9fa4df6414c706e5f6787d02ea (patch) | |
| tree | 878e825ac470afd98ad0efcc008fade00fc7596e /runtime/class_linker.cc | |
| parent | eacffa6f85e7877719dacde933e7dccc927ba600 (diff) | |
| parent | 4a26f17b055cadc949c3e9fdfa637fe5656339d9 (diff) | |
Merge "Remove GetImageRoots read barrier for image relocation"
Diffstat (limited to 'runtime/class_linker.cc')
| -rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 336315d128..bb709e8774 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -53,6 +53,7 @@ #include "gc/heap.h" #include "gc/space/image_space.h" #include "handle_scope-inl.h" +#include "image-inl.h" #include "intern_table.h" #include "interpreter/interpreter.h" #include "jit/jit.h" |