This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: interpreter fixes
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Fri, 27 Dec 2002 19:39:17 +0000 (GMT)
- Subject: Patch: FYI: interpreter fixes
- References: <877ke5vm8g.fsf@fleche.redhat.com>
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.
Andrew.