In message <aanlktinm2tvaz5hijtm7sduz6jyxx5nrrnwxzomjq...@mail.gmail.com>, Robert Muir writes: > > On Tue, Sep 14, 2010 at 12:06 PM, Tim Ellison <t.p.elli...@gmail.com> wrote: > > > > > A quick look at the harmony code, and it seems we are explicitly > > throwing IIOBE's from our code, e.g. > > > > if (index < 0 || index >= len) { > > throw new IndexOutOfBoundsException(); > > } > > > > In this case I see no reason why we wouldn't match the RI behavior, > > even though it is not required by the spec. > > > > OK , I can open a jira issue for this one.
Robert opened HARMONY-6648 and I committed a fix for it at r997081. -Mark.