History log of /art/test/412-new-array/src/Main.java
Revision Date Author Comments
c69fba293481af4a0963ec656c3aa9b959d44e01 06-Sep-2016 Vladimir Marko <vmarko@google.com> Optimizing: Fix handling empty fill-array-data.

Test: m test-art-host-run-test-412-new-array
Bug: 31300081
Change-Id: Id0512fc95a96c37de2ceab481666688435fa30f6
d9ad357ca598996f7c44727bf6772b74e50e74e9 22-Jul-2016 Vladimir Marko <vmarko@google.com> ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation.

Fix the pointer calculation to sign-extend the offset
instead of zero-extending it, just like we do for the switch
table pointer calculation. Clean up comments for the switch.

Test: Additional test in 412-new-array.
Change-Id: Ibb1d2d3fcb109f59280aca08de21e42edc4ce66b
c2abe2fe9036b57c581e3003d0b820d1c54dbd30 03-Aug-2015 Roland Levillain <rpl@google.com> Fix ambiguous phrasing in tests comments regarding $opt$.

Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65
0c365e674545159fd77b998081207f0685a605e5 01-Apr-2015 Mingyao Yang <mingyao@google.com> CanThrow() of HNewArray should return true.

Change-Id: I9950f1c391dfeb26cf59cee769705d01d8e283d5
8d6ae524ed5d2fed1f9e789d6de9764d374afa43 23-Oct-2014 Nicolas Geoffray <ngeoffray@google.com> Fix wrong unsigned to signed conversions.

The HIntConstant node takes an int32_t, so we have to keep things signed.

Change-Id: Ib3fa50e87f99118d320cbb381f619d5be9287530
a3d05a40de076aabf12ea284c67c99ff28b43dbf 20-Oct-2014 Nicolas Geoffray <ngeoffray@google.com> Implement array creation related DEX instructions.

Implement new-array, filled-new-array, and fill-array-data.

Change-Id: I405560d66777a57d881e384265322617ac5d3ce3