OSDN Git Service

Improve System.arraycopy's ArrayIndexOutOfBoundsException messages.
authorElliott Hughes <enh@google.com>
Wed, 30 Jun 2010 00:17:42 +0000 (17:17 -0700)
committerElliott Hughes <enh@google.com>
Wed, 30 Jun 2010 18:06:09 +0000 (11:06 -0700)
commita746f044c7b575b38ce452323a3f3f1a5110a8ef
tree002db2c06a5d40cc822d21260fb999c4c9fb0f2a
parent3d037eca03604e2e64a66140f0693c570f9067bc
Improve System.arraycopy's ArrayIndexOutOfBoundsException messages.

This has been handy for me a few times, and with Froyo's bug reporting
improvements, more third-party developers will be trying to debug remotely
and after the fact, so this might help them too.

Change-Id: I17abe6e91e487c02b782f62245392fbcbe5baf8e
vm/native/java_lang_System.c