This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]