diff options
Diffstat (limited to 'runtime/image.h')
-rw-r--r-- | runtime/image.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/image.h b/runtime/image.h index caf1aa57a2..88cfad0303 100644 --- a/runtime/image.h +++ b/runtime/image.h @@ -230,8 +230,10 @@ class PACKED(8) ImageHeader { // Aliases. kAppImageClassLoader = kSpecialRoots, // The class loader used to build the app image. kBootImageLiveObjects = kSpecialRoots, // Array of boot image objects that must be kept live. - kAppImageDexChecksums = kSpecialRoots, // Array of dex checksums for app images generated by - // the runtime. + kAppImageContextAndDexChecksums = kSpecialRoots, // Array of size 2, containing the class + // loader context in first entry, and an array + // of dex checksums for app images generated + // by the runtime. }; enum BootImageLiveObjects { |