This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Number of virtual methods on object
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 22 Dec 2005 09:16:28 -0700
- Subject: Re: Number of virtual methods on object
- References: <17322.42967.262707.814286@zapata.pink>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> 34312 tromey #define NUM_OBJECT_METHODS 5
Andrew> It does indeed suck, but more to the point I recently added a new
Andrew> method to Object and I didn't change this define. Can you please
Andrew> DTRT?
I'm testing a patch for this. It turns out this define isn't needed.
Tom