From 253075f929835d5b86b62840459e1b4f63e31aa1 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Mon, 15 Apr 2024 14:04:38 +0000 Subject: 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 --- test/ProfileTestMultiDex/Second.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ProfileTestMultiDex') 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); } -- cgit v1.2.3-59-g8ed1b