commit | 0016024cdd2bdeef3b98c92f7a8f40a2bc1ff42d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 20 17:14:57 2010 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 21 10:50:54 2010 -0700 |
tree | cc9b742b829d671c27829fb1cbaa6ffe64ac9487 | |
parent | de805a5f4f9f1f22e086533cfe3f78ebef7a9eed [diff] |
Better detail messages in ArrayIndexOutOfBoundExceptions. The RI only includes the index. We've traditionally included nothing. This patch fixes the portable interpreter to include both the index and the array length. Later patches will address the ARM- and x86-specific code. Change-Id: I9d0e6baacced4e1d33e6cd75965017a38571af67