Files
rk35xx-android14/art/test/518-null-array-get/info.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

10 lines
365 B
Plaintext

Codifies that the verifier should reject type-unsafe
instructions in dead code after aget on null, but pass
type-safe dead code.
Previously verification stopped after aget on null and
punted the method to the interpreter in an effort to avoid
compiler crashes. As broken code appears very uncommon,
ensure verifier strictness and help the compilers see more
code.