Commit c2f1735e authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Andreas Gampe
Browse files

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

(cherry picked from commit b93a1651)

Change-Id: I8fcfb52c584222474a8220eb16c6581350b702e0
parent f7a0543d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment