Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
ec5ed06b59a3b85e7f98ffc50e0539e5a77d1ba1
/
.
/
test
/
683-clinit-inline-static-invoke
/
info.txt
blob: 32e5cdcb997cb084c7f8e4e91ae4cb0638d3f105 [
file
] [
log
] [
blame
]
Regression test for a bug where the class initialization check for an inlined
call to a static method used a type index from the wrong dex file because the
current dex file does not have a TypeId for it. This was likely to crash.