summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Second.java
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2024-04-15 14:04:38 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2024-04-16 09:25:42 +0000
commit253075f929835d5b86b62840459e1b4f63e31aa1 (patch)
tree48048755bb4459ef55e29b4b6d41176e9a79d0ae /test/ProfileTestMultiDex/Second.java
parent3293b63fd384bbe7e9c143e8b80761345d507536 (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 'test/ProfileTestMultiDex/Second.java')
-rw-r--r--test/ProfileTestMultiDex/Second.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ProfileTestMultiDex/Second.java b/test/ProfileTestMultiDex/Second.java
index c9b3c0be04..c0e6ee1442 100644
--- a/test/ProfileTestMultiDex/Second.java
+++ b/test/ProfileTestMultiDex/Second.java
@@ -34,7 +34,7 @@ class SubC extends Super {
class TestIntrinsicOatdump {
Integer valueOf(int i) {
// ProfileTestMultiDex is used also for testing oatdump for apps.
- // This is a regression test that oatdump can handle .data.bimg.rel.ro
+ // This is a regression test that oatdump can handle .data.img.rel.ro
// entries pointing to the middle of the "boot image live objects" array.
return Integer.valueOf(i);
}