commit | 5a5e85693b1d5952d88377be5826068b67b0dcec | [log] [tgz] |
---|---|---|
author | DaniilSokolov <daniil.y.sokolov@intel.com> | Thu Jul 17 18:58:15 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Aug 05 10:27:57 2014 -0700 |
tree | 3a29b6b8d6a11f306f0afcd2fef7fc56576b236a | |
parent | 35d9a38d14fe8528310dced6d6a41f112ad95fcd [diff] |
ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..) Implements x86_64 support for intrinsic for java.lang.System.arraycopy(char[], int, char[], int, int). With this fix the intrinsic works on x86 and x86_64 architectures. Change-Id: Icc2889ccd0cf7d821522abb7437893e3149e7c99 Signed-off-by: Daniil Sokolov <daniil.y.sokolov@intel.com>