commit | b049b1c611626d992357d8948d85e1dd1e8cf000 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Wed May 24 16:11:45 2017 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Wed May 24 16:11:45 2017 +0200 |
tree | 2181c161de69660bcc6f849d08f025df456ba742 | |
parent | dcb096a645769781211336e34e942a1f1f223488 [diff] |
Support running debug tests with java This CL allows to run the debug tests with java. It makes it easier to compare debugging behavior between java and art. In case of expected behavior difference, the test needs to support different checks. An example in this CL is the ExceptionTest where stepping through an exception leads to different locations depending on the selected runtime. We keep running these tests with art by default. In the future, we may want to run these tests in both modes. Change-Id: I99ccf52a30b8fe4d3e2f47516588239c5ac0c1a3
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.