From 4a26f17b055cadc949c3e9fdfa637fe5656339d9 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 26 Jan 2016 14:26:18 -0800 Subject: Remove GetImageRoots read barrier for image relocation Fixes CC assertion that failed if an app image was loaded when the GC was running. Bug: 26786304 Change-Id: I47bea7b4b947332b57be2e2db604c2c25d92b7e2 --- patchoat/patchoat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchoat/patchoat.cc') diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc index 7e4ce917db..1668dc5f25 100644 --- a/patchoat/patchoat.cc +++ b/patchoat/patchoat.cc @@ -35,7 +35,7 @@ #include "elf_file.h" #include "elf_file_impl.h" #include "gc/space/image_space.h" -#include "image.h" +#include "image-inl.h" #include "mirror/abstract_method.h" #include "mirror/object-inl.h" #include "mirror/method.h" -- cgit v1.2.3-59-g8ed1b