blob: 9f097d0ac7b03709c6632776ccae3c72de9f3225 [file] [log] [blame]
Jongwon Lee4f819072015-09-04 02:33:07 +09001Checker test for testing the behavior of deoptimization generated by
2bounds check elimination.
3
4The runtime used to trip on that test because it used to deopt the
5whole stack, and the compiler was not preserving dex registers at
6call sites.
7
8We fixed the bug by doing single frame deoptimization.