summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
diff options
context:
space:
mode:
authoravignate <aleksey.v.ignatenko@intel.com>2014-09-17 22:35:07 +0700
committeravignate <aleksey.v.ignatenko@intel.com>2014-09-17 22:35:07 +0700
commitf9f0ed401f7fe4138a71b36719423b908a3b7bfb (patch)
treea9bc6bb9a33c423aa115243e6e608e7a81801a00 /compiler/optimizing/graph_visualizer.h
parent97ca64b01e14de77ba14067b26069405d0dba0bf (diff)
ART: Overflow of bound check in ArrayCopy intrinsic
System.arraycopy method is implemented as intrinsic on x86. It has bound check which has a bug to overflow in certain conditions when summ of array offset and number elements to be copied are more than MAX_INT. For the methods like CarArrayBuffer.get it means no OutOfBound exception to be thrown. The proposed solution fixed that. Change-Id: Id16a26163a61d934b862a8729a52ca5c1a56caec Signed-off-by: avignate <aleksey.v.ignatenko@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
0 files changed, 0 insertions, 0 deletions