David P Grove wrote:
> This started showing up in regression tests of Jikes RVM with classpath
> cvs head recently.  I haven't dug deeply, so it could be a latent problem
> in Jikes RVM that was exposed by a classpath change, rather than a real
> classpath bug, but might still be worth mentioning.  The failing program
> is SPECjbb2000.
>
> --dave
>
> Exception in thread "main": java.lang.ArrayIndexOutOfBoundsException:
> Array index out of range: 0
>         at java.util.logging.Logger.getCallerStackFrame(Logger.java:1173)

Looks like this can only happen if the VM doesn't return Throwable stack
traces. Is this with 0.16? There were recent changes in the VMThrowable
class (see NEWS) that might need to be followed in Jikes RVM.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to