Commit b198b013 authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Fix System.arraycopy when doing same array copying.

At compile time, if constant source < constant destination, and we don't
know if the arrays are the same, then we must emit code that checks
if the two arrays are the same. If so, we jump to the slow path.

test:610-arraycopy

bug:30030084

(cherry picked from commit 9f65db89)

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