commit | 1407ee7df9d063e4d94c488c7beb46cb2da0677e | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Fri Jan 08 15:56:19 2016 +0000 |
committer | Roland Levillain <rpl@google.com> | Fri Jan 08 15:56:19 2016 +0000 |
tree | 9f1ebbd7ca7bb83ecae0c9b9aaf046d0243c1c58 | |
parent | 74179b2082f8114db5154c75be643d9337cb3a63 [diff] |
Add a missing implicit null check in the ARM codegen. The code generated for object ArraySet on ARM used to miss an implicit null check for the array when the assigned value is `null`. This has not been an actual issue so far, as ArraySet instructions have never been using implicit null checks. Note: This CL comes without a regression test, as the code path in question is not used (yet). Change-Id: If3bc85e32802595e635513dfb83ccfcfd8f00d3d