commit | fbd5118c1c36900910cabe89e3a73d598160e629 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Jan 23 16:27:49 2017 -0800 |
committer | Stephen Hines <srhines@google.com> | Mon Jan 23 16:27:49 2017 -0800 |
tree | 58928f52c964d91b2751ef1cfefec2772d8cfddc | |
parent | 445584d3d1f8e3a9a7d12eded3b2dce5f8691d8c [diff] |
Disable optimization of Atomic::LoadJavaData for x86 targets. Bug: http://b/34287931 The latest compiler exposes an issue on the fugu target where optimizing LoadJavaData triggers a boot loop. This change suppresses that issue by disabling optimization of this routine only on x86 targets. Test: Fugu and ARM validation of new compiler. Change-Id: Id369968cdf9fc95a306fb785c68e95b0ffa0027d