"Aaron M. Renn" <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
> > how about adding MethodStruct's from parent classes into subclasses.
> > that way, you only need to do method lookups in one class.
> 
> Isn't that the way it is supposed to work?

I don't think it *has* to... I mean, japhar gets by without it :)

> I seem to recall having a
> discussion about that a while back.  Or was that for field lookups?  Either
> way, we shouldn't have to know which methods/fields exist in the
> superclass(es) in order to look them up in JNI.

you don't.  the lookups in superclasses occur transparently inside the
JNI stuff.  there was a bug about that earlier, but it's since been
fixed.

xtoph

Reply via email to