First off, apologies if this is not an appropriate forum for this
question.

I've been going over the header files generated by javah to make sure
the contain all the necesarry entries for the particular native
methods.  I've noticed that, in addition to some of the headers missing
entries for native methods, there is at least one (java_lang_Object.h)
that contains entries for non-native methods.

>From what I understand, missing entries for the native methods is a Bad
Thing(TM).  My question is, is there any potential harm that could be
caused by the entries for non-native methods, or is it safe to leave
them in?


TIA,
Ian

Reply via email to