diff options
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 |