Number of virtual methods on object
Andrew Haley
aph@redhat.com
Thu Dec 22 13:19:00 GMT 2005
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.
More information about the Java
mailing list