Home | History | Annotate | Download | only in 706-jit-skip-compilation
      1 Regression test for the JIT crashing when compiling a method with invalid
      2 dead dex code. For not compilable methods we don't gather samples and we don't
      3 trigger JIT compilation. However kAccDontBotherCompile is not persisted in the
      4 oat file and so we may end up compiling a method which we shouldn't.
      5