commit | 51e55914d5b3045718e871401f096d059a2f7d31 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Tue Nov 10 17:26:10 2015 -0500 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Thu Jan 14 22:31:38 2016 -0500 |
tree | 98d7048faac437b6ba632701753313a6e9c4d769 | |
parent | 68c56ae9ccdb6e348501456e374ae65e74f6270c [diff] |
JIT: Fix incorrect CHECK MirMethodLoweringInfo::Resolve() contains a CHECK that fails if the invoke being resolved is String.<init>(). This changes the invoke_type to kDirect, and then CHECKs that it is kVirtual, which doesn't work well. Change-Id: I2c3afa38533fb39f0b1260968c46b251088e75c8 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>