commit | b0bc3fa920ff9e6286f41c9b35bdf4635434ce33 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Sep 21 16:29:35 2017 -0700 |
committer | Alex Light <allight@google.com> | Fri Sep 22 00:20:39 2017 +0000 |
tree | ff5c2946b69b60b6d7d360ec6dc492d17c5732c1 | |
parent | 20e9a7f4ac3b61c1a81653276036e124b19cb8d4 [diff] |
Remove incorrect checks for ShadowFrame in GetLocalInstance We used to require (and ensure) that GetLocalInstance had a ShadowFrame to get the 'this' value from a frame. Since then improved deopt support has made this unneeded. Unfortunately this check was not removed with the rest of them. Test: ./test.py --host -j50 Bug: 33616143 Bug: 34414073 Change-Id: I19c49f9d0e71f331f50c79e8ea4d47ed5b1f1d92