Andrew Haley wrote: > David Holmes writes: > > static native Class getClassFromContext(int pos); > > This seems like a reasonable idea. In several cases we need to say > "who is our caller?" and some VM assistance is useful here.
I'd like to have a special case getCallerClass. If you grep through the Classpath source, virtually all uses of getClassContext are interested in the immediate caller. Regards, Jeroen _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

