Commit df682ec4 authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove Android specific ArrayIndexOutOfBoundsException

It was noticed while testing behavioral differences between the RI and
Android that the ArrayUtils class would not compile against the RI
library because it referenced an Android specific constructor on
ArrayIndexOutOfBoundsException. Investigation revealed that the
constructor was hidden and ArrayUtils seemed to be the only user of
that constructor.

The constructor was original added to luni code in 36329156 so
that luni code was copied into ArrayUtils and the constructor was
removed.

Bug: 110251104
Test: make checkbuild run CtsLibcoreTestCases
Change-Id: I446a222f63082c0455832db6133864a62868afba
parent 1e638fa5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment