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
Loading
Please sign in to comment