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/683-clinit-inline-static-invoke/src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/683-clinit-inline-static-invoke/src') diff --git a/test/683-clinit-inline-static-invoke/src/Main.java b/test/683-clinit-inline-static-invoke/src/Main.java index d2225397b5..f9e3488ffc 100644 --- a/test/683-clinit-inline-static-invoke/src/Main.java +++ b/test/683-clinit-inline-static-invoke/src/Main.java @@ -21,7 +21,7 @@ public class Main { // When we inline this getter, we're left with HLoadClass+HClinitCheck which cannot // be merged back to the InvokeStaticOrDirect for implicit class init check. // The declaring class is in the boot image, so the LoadClass can load it using the - // .data.bimg.rel.ro section. However, the ClinitCheck entrypoint was previously + // .data.img.rel.ro section. However, the ClinitCheck entrypoint was previously // taking a type index of the declaring class and since we did not have a valid // TypeId in the current DexFile, we erroneously provided the type index from the // declaring DexFile and that caused a crash. This was fixed by changing the -- cgit v1.2.3-59-g8ed1b