1Checker 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.
9