diff options
Diffstat (limited to 'compiler/image_writer.h')
| -rw-r--r-- | compiler/image_writer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/image_writer.h b/compiler/image_writer.h index 5e2db7d8f7..c42523b783 100644 --- a/compiler/image_writer.h +++ b/compiler/image_writer.h @@ -484,7 +484,7 @@ class ImageWriter FINAL { // early_exit is true if we had a cyclic dependency anywhere down the chain. bool PruneAppImageClassInternal(ObjPtr<mirror::Class> klass, bool* early_exit, - std::unordered_set<mirror::Class*>* visited) + std::unordered_set<mirror::Object*>* visited) REQUIRES_SHARED(Locks::mutator_lock_); bool IsMultiImage() const { @@ -621,6 +621,7 @@ class ImageWriter FINAL { class PruneClassLoaderClassesVisitor; class RegisterBootClassPathClassesVisitor; class VisitReferencesVisitor; + class PruneObjectReferenceVisitor; DISALLOW_COPY_AND_ASSIGN(ImageWriter); }; |