commit | 70f97ba54a727e456fd8d4647ad633a03281321e | [log] [tgz] |
---|---|---|
author | Diego Perez <diegoperez@google.com> | Wed Feb 24 15:02:36 2016 +0000 |
committer | Diego Perez <diegoperez@google.com> | Mon Feb 29 10:24:52 2016 +0000 |
tree | 1523efe26f312d48408aa6cf127e0c671aa88be7 | |
parent | f19e782233c4135097f12e7f770ba041718078d7 [diff] |
Fix StackMap renaming in Java 8 With the move to Java 8 of layoutlib, we now need to make sure that the method stackmaps are kept up to date or the class verification step will fail. Up until now, we were ignoring them but this caused TestDelegates to start failing. This updates the code to make sure that when we modify a class name, we also update the stackmap in the calls. Change-Id: Iddbde7454f065ddb8da5bb1ab499ec0616f9b4fe