Unsigned comparison for array bounds check.

The interpreter calls Array::IsValidIndex for aget/aput instructions. Instead
of doing two signed comparisons, we now do one unsigned comparison. The Quick
and Portable compilers already do this.

Change-Id: I635a1a3cc8a793fd2ceaf1432d3b3f712d8e85bf
1 file changed