commit | 954550063b5ac323e31d0b0564b5f9a9a023545c | [log] [tgz] |
---|---|---|
author | Alexei Zavjalov <alexei.zavjalov@intel.com> | Mon Jun 09 23:27:46 2014 +0700 |
committer | Alexei Zavjalov <alexei.zavjalov@intel.com> | Mon Jun 16 12:32:42 2014 +0700 |
tree | 29c7404bb865ca111cf052f7a95d0829a6086cd6 | |
parent | 799605088f51dace7fddaf8493c8c6f3090fdaf6 [diff] |
ART: Instanceof returns true if ref == 0 on x86-64 On x86-64 platform rl_result and kArg0 is not the same, so we have to handle this in the proper way. Change-Id: Ia651f5dd8dd2cf584f510739ed58b46197dfee94 Signed-off-by: Alexei Zavjalov <alexei.zavjalov@intel.com>