commit | 8e6c3fd1cd445b0a248cf1396c16fb1616bc73df | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Mar 11 18:34:44 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Mar 13 09:16:05 2015 -0700 |
tree | 404740a8173caaa3ca2eda4d2f9257c22cd9bf68 | |
parent | 90a6adc0f6e55ec02f9443c12e93fea85c1a9393 [diff] |
ART: Fix arraycopy in Unstarted Runtime Add null and bounds checks. Add type checks. Implement correct copy in case of overlap. The emulation is not complete. Object arrays with different types are not supported to simplify the implementation. Change-Id: I107bed1ce884ca632de3fa648fa7a1c5f592e2a4