Small class file with loop from assembler gives odd behavior
Godmar Back
kaffe@rufus.w3.org
Mon, 6 Mar 2000 17:30:31 -0700 (MST)
The .class file Brad sent does not verify because it violates a required
invariant about the stack size. I checked in a fix, and we now report the
verification error.
>
> Theoretically, this could be a bug in Jasmin, but since this file works
> without fail in the Blackdown port, I think there is something else going
> on.
>
By default, the 1.1 Blackdown port does not verify locally loaded classes.
Running it with "-verbose -verify" shows the problem, however.
- Godmar