Files
rk35xx-android14/art/test/664-aget-verifier/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

7 lines
368 B
Plaintext

Tests how the verifier handles aget on an array that was initially null.
The verifier will flag aget instructions as have_pending_runtime_throw_failure_
if the array register is potentially null, even if the aget is guarded by null
checks and never actually null at runtime. This fails compile-time verification,
preventing otherwise good method from being compiled.