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