commit | d6e0fa923dfe85c363408844b35e30ddcd65e199 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Oct 17 13:02:39 2016 -0700 |
committer | Alex Light <allight@google.com> | Mon Oct 17 13:10:17 2016 -0700 |
tree | e26162731652d07bb40f2e20c196cdf7bd8c59e7 | |
parent | c25dfeab1a66c942ae658fc7cd367f7c1ac502a1 [diff] |
Fix invoke-virtual not throwing ICCE in some cases Due to an oversight invoke-virtual on an interface method would not cause an ICCE to be thrown if the target method is default. This could potentially cause incorrect methods to be called at runtime. Bug: 32201623 Test: mma test-art-host-run-test-978-virtual-interface Change-Id: Ie565cf2fbe8602b17be0fb051e21d221a17b518f