classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Object.getClass() (was: Re: Vmxxx method vs. native method)


From: Steven Augart
Subject: Object.getClass() (was: Re: Vmxxx method vs. native method)
Date: Fri, 19 Mar 2004 08:37:49 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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
address@hidden
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]