commit | bbc55143dfce1520313e2dce3b18c84279a96a3a | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Thu Jun 01 11:39:08 2017 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Thu Jun 01 11:39:08 2017 +0200 |
tree | 1d08a241b85d058abadf7ca9aa4d46bd39b3756b | |
parent | 6bf466935a11c86365fe552ca09fd568cc16d2b6 [diff] |
Add debug tests with generic bridges In presence of generics, synthetic bridge methods may be add and executed at runtime. This CL adds a test to check that we properly debug such case. Change-Id: Iba283f289170d2b9ded8d0040e05c0771da9754e
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.