commit | 9c3617a8f7413bb1181e72bc1f7086d986a86e18 | [log] [tgz] |
---|---|---|
author | Pavel Vyssotski <pavel.n.vyssotski@intel.com> | Thu Nov 13 18:25:23 2014 +0600 |
committer | Pavel Vyssotski <pavel.n.vyssotski@intel.com> | Thu Nov 13 18:25:23 2014 +0600 |
tree | 40124e09d7455fdc0dc23645b3371917e9e0473c | |
parent | bb5b390c3b7c1d6571e73672124f82cc40026f6a [diff] |
ART: Implicit null check should break def tracking Implicit null check can provoke exception that needs to be sure all VRs are saved on stack. The fix is to reset the def tracking system at the moment of adding an implicit null check. Change-Id: Ie8a32b727086438e04e745d4a3f87f096ff36cac Signed-off-by: Pavel Vyssotski <pavel.n.vyssotski@intel.com>