History log of /libcore/luni/src/test/java/dalvik/system/VMRuntimeTest.java
Revision Date Author Comments
023ada91266cd5a8e073f978d01f769ff978340e 18-May-2014 Ian Rogers <irogers@google.com> Fix the expected failure when an array of void is attempted to be created.

NoClassDefFoundError is the RI behavior.

Change-Id: Ia03b585def9f772aeb17f1cdec4da2d0c807ede3
10af76d5af1d87686ff9ab8d00f3dadc15a84fb7 28-Feb-2014 Ian Rogers <irogers@google.com> Add unpadded array allocations.

Unpadded array allocations avoid unused bytes following arrays. API conventions
follow those of newNonMovableArray.
Dalvik implementation assume dlmalloc allocation properties, ART implementation
is handled by resizing the array post-allocation:
https://android-review.googlesource.com/83670
Add VMRuntimeTest to check the properties of the array allocation routines.
Change java.lang.reflect.Array.newInstance to compare more probable array types
before less probable ones.

Bug: 13028925.

Change-Id: Icf6bfb1aa5ad4faa062b393082c689b6118a84b5