Home | History | Annotate | Download | only in 534-checker-bce-deoptimization
      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.
      9