commit | 27503548bc8945da875240751dcd4b1495584669 | [log] [tgz] |
---|---|---|
author | Serguei Katkov <serguei.i.katkov@intel.com> | Thu Nov 06 14:45:44 2014 +0600 |
committer | Serguei Katkov <serguei.i.katkov@intel.com> | Thu Nov 13 09:54:07 2014 +0600 |
tree | 5f30d98b75356afc0919e0227021c764287bf1d0 | |
parent | 401da919c67ceb8fbcac81596327ecc10b73389b [diff] |
Use correct register class for refs LoadValue requires thar ref location should reguest kRefReg register class. The patch fixes GenFilledNewArray to specify the register class correctly. This is a fix for the crash of dex2oat on 412-new-array unit test. This is a second attempt with an additional fix for arm64. Change-Id: I9f0bb098cd1d1721ef03e8976c1460f8fa49aa2a Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>