This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Number of virtual methods on object
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com, java at gcc dot gnu dot org
- Date: Thu, 22 Dec 2005 13:19:19 +0000
- Subject: Number of virtual methods on object
Tom,
I found this line in jvm.h:
34312 tromey // Number of virtual methods on object. FIXME: it sucks that we have
34312 tromey // to keep this up to date by hand.
34312 tromey #define NUM_OBJECT_METHODS 5
34312 tromey
It does indeed suck, but more to the point I recently added a new
method to Object and I didn't change this define. Can you please
DTRT?
Thanks,
Andrew.