commit | bd7eef17de5f3d25f411702f9f260a96455b4cf7 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Jun 02 11:25:09 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Jun 02 11:28:28 2015 +0100 |
tree | 9a8d838c11875c2d4064fc1050d6adc0d6fa4c37 | |
parent | 71f0a8a123fa27bdc857a98afebbaf0ed09dac15 [diff] |
Fix another source of undeterministic inlining. Needing an environment and throwing might depend in which caller first tries to inline. HLoadClass has such logic. Therefore, do not cache the non-inlineable flag for those cases. Does not apply to aosp, as this code has been removed. bug:20037935 Change-Id: I5e3d36ffb832fb3c3f3c604c79cdbf4f37c749e1