• Home
  • History
  • Annotate
  • only in /art/test/641-checker-arraycopy/src/
History log of /art/test/641-checker-arraycopy/src/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2de6e083df95afcc27ab2c37a82448f927cb0d87 01-Mar-2018 Igor Murashkin <iam@google.com> run-test: Build against libcore for Android device and host targets.

--jvm will build against the RI bootclasspath
--host will build against the host libcore bootclasspath
(implied --target) will build against the target libcore bootclasspath

Also fix other tests that were relying on building against OpenJDK.

Bug: 72491947
Test: art/test/testrunner/testrunner.py --jvm
Test: art/test/testrunner/testrunner.py --host
Change-Id: Ib7ce6740cda544797604200341578f8191f4b2b4
ain.java
c4aa82c5b0aa921c51eaf6f6bbaff36501ea2cee 06-Mar-2017 Nicolas Geoffray <ngeoffray@google.com> Invoke typed arraycopy for primitive arrays.

Apps will always call the Object version of arraycopy. When
we can infer the types of the passed arrays, replace the method
being called to be the typed System.arraycopy one.

10% improvement on ExoPlayerBench.

Test: 641-checker-arraycopy
bug: 7103825
Change-Id: I872d7a6e163a4614510ef04ae582eb90ec48b5fa
ain.java