diff options
| author | 2024-04-15 14:04:38 +0000 | |
|---|---|---|
| committer | 2024-04-16 09:25:42 +0000 | |
| commit | 253075f929835d5b86b62840459e1b4f63e31aa1 (patch) | |
| tree | 48048755bb4459ef55e29b4b6d41176e9a79d0ae /test/683-clinit-inline-static-invoke/src | |
| 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 'test/683-clinit-inline-static-invoke/src')
| -rw-r--r-- | test/683-clinit-inline-static-invoke/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |