commit | 8249b425ba81d804c222c746e31bfcac9516e759 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Tue Oct 29 17:50:55 2013 +0100 |
committer | Sebastien Hertz <shertz@google.com> | Tue Oct 29 18:12:34 2013 +0100 |
tree | 1743aef5417c31921d4d33a837790a0a743813cb | |
parent | ad3d996316dd90b84b4b29ccdfc4aeeb1ec890ee [diff] |
Avoid verifier crash for quickened invoke on null. When verifying an invoke-virtual-quick on a "null" instance, we can't infer the class of the method being invoked. This CL handles this case and avoid a crash due to a failed check in RegType::GetClass. Also revert changes made to test 082-inline-execute since it succeeds with this CL now. Bug: 11427954 Change-Id: I4b2c1deaa43b144684539acea471543716f36fb3