aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/ArchUtility.cpp
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2012-04-13 16:35:41 -0700
committerBen Cheng <bccheng@google.com>2012-04-13 16:35:41 -0700
commit513691130f0c1ab94f52127c40d0018bb7dfc529 (patch)
treee14a62e1c68be52dfda9fb0a734602870daec6e8 /vm/compiler/codegen/arm/ArchUtility.cpp
parentce6603b52e6b2ef947cb308b1d7157e357bcba02 (diff)
Fix an array out-of-bound read in the JIT compiler.
Without the fix the compiler is still safe since the offending memory access is a read, though the hoisted distance is non-deterministic. The easiest and safest fix is to unconditionally hoist a load when it can reach the scheduling barrier. BUG: 6300640 Change-Id: Ic83de6dd1e3f602bda6809bfe840db3a097a5176
Diffstat (limited to 'vm/compiler/codegen/arm/ArchUtility.cpp')
0 files changed, 0 insertions, 0 deletions