commit | 48c0c64932d74e656e10aacc53902e725ddfc2b1 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Mon May 22 18:32:07 2017 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Mon May 22 18:32:07 2017 +0200 |
tree | a459b716d41c02547ebb03b540d28c445265f53a | |
parent | 927f04917fc86664bf6d554e01c4e352a1252b05 [diff] |
Change lambda class name prefix for debugging support IntelliJ detects lambda classes using the class name. It allows to skip suspension in methods from such classes (like when stepping through a lambda). Bug: 38488663 Change-Id: I7805405decb9f6d2d53596938b8790801bdba5ac
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.