commit | b9cfb2dfc79fed66ac49eae4af12cc5297962baf | [log] [tgz] |
---|---|---|
author | Mads Ager <ager@google.com> | Thu Jun 01 10:29:21 2017 +0200 |
committer | Mads Ager <ager@google.com> | Thu Jun 01 09:29:14 2017 +0000 |
tree | 9954250e3421669dd79caaaa865925a21b7baa2e | |
parent | 4851e8b0aab49ad106ede4d68d6d404c01e25b19 [diff] |
Relax the main dex list expectations for lambda classes. Different java compilers generate different lambda implementation method names which will lead to different hashes. Therefore, in order to be able to run these tests with different java compilers used we need to ignore the actual hash. R=sgjesse@google.com Change-Id: Iccad2968b754e12be4e1afbdb4c86ff349f125dd
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.