If Object.getClass() were to forward to VMObject then I could probably quickly implement VMObject in Jikes RVM and be done with yet another private version of an important system class. We have a Java implementation of Object.getClass(), so native is not appropriate for our system.

--Steve Augart


David Holmes wrote:
Just revisiting the split between using a VMxxx method for XXX to forward to
versus declaring a native method. I thought, from past discussions the
intent was to use VMxxx methods in preference to native methods. I just
noticed that Object.getClass is still a native method rather than being a
VMObject method (or even VMClass).

David Holmes



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath


-- Steven Augart

Jikes RVM, open source Research Virtual Machine:
http://oss.software.ibm.com/jikesrvm

Office: +1 914/784-6743
T.J. Watson Research Center, IBM


_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to