Patch: FYI: interpreter fixes

Andrew Haley aph@redhat.com
Mon Dec 30 02:48:00 GMT 2002


Tom Tromey writes:
 > >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
 > 
 > Andrew> We need to be able to compile bytecode files that have been
 > Andrew> generated without miranda methods.  At present gcj aborts with
 > Andrew> a "class has no method" error.
 > 
 > Yes.  I have a partial patch for this bug.  It quickly turned from a
 > small patch into a not-as-small one, so I backed it out and haven't
 > finished it.  If you're interested in this I can forward it.

I am interested, yes.  This is IMO an important bug because it will
spoil the initial gcj experience for a lot of people if they're told
that they have to regenerate all their .class files.

Besides, this may not egen be possible: programs other than javac
generate bytecode, and they might not be able to produce miranda
methods at all.

Andrew.




More information about the Java-patches mailing list