This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: interpreter fixes
Andrew Haley writes:
> Tom Tromey writes:
> > I'm checking this in to the trunk and the 3.3 branch.
> >
> > This is the updated version of my patch to fix Miranda methods and
> > some other things relating to the interpreter and class loading.
>
> I guess we need to be able to handle this in the compiler when
> producing bytecode; if the byte compiler fails to produce miranda
> methods we won't be able to compile its callers.
Sorry, I'll say that again.
We need to be able to compile bytecode files that have been generated
without miranda methods. At present gcj aborts with a "class has no
method" error.
Andrew.