commit | b93a16517dce12b83e9d5d3b599446e25fcc157a | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 27 10:03:29 2016 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 27 16:33:19 2016 +0100 |
tree | 64de16f7af5a1d8de3c33072309248ff18e24f4d | |
parent | 1e28d1e145a898e34dbb43bb655d905653e9c1e9 [diff] |
Do not remove loads/store with unresolved accesses. Due to AOT and compiling classes that are not ready yet (eg missing a super class), we need to be conservative when accessing fields and can end up in a situation where the same field can be resolved and unresolved within the same method (because of inlining). Therefore, disable removing loads and stores in a method when there are unresolved accesses. bug:29433999 Change-Id: I8fcfb52c584222474a8220eb16c6581350b702e0