diff options
author | 2024-04-15 14:04:38 +0000 | |
---|---|---|
committer | 2024-04-16 09:25:42 +0000 | |
commit | 253075f929835d5b86b62840459e1b4f63e31aa1 (patch) | |
tree | 48048755bb4459ef55e29b4b6d41176e9a79d0ae /runtime/class_linker.cc | |
parent | 3293b63fd384bbe7e9c143e8b80761345d507536 (diff) |
Rename `.data.bimg.rel.ro` to `.data.img.rel.ro`.
Prepare for adding app image patches to the same section.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 38313278
Change-Id: Ib552f005b3a2859152d0de9fa6b2fcd48a0f3feb
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index d7c0582e7b..050896041b 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -4214,7 +4214,7 @@ void ClassLinker::RegisterDexFileLocked(const DexFile& dex_file, CHECK_EQ(dex_cache_location, dex_file_suffix); } - // Check if we need to initialize OatFile data (.data.bimg.rel.ro and .bss + // Check if we need to initialize OatFile data (.data.img.rel.ro and .bss // sections) needed for code execution and register the oat code range. const OatFile* oat_file = (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; |