[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Vmxxx method vs. native method
From: |
Jeroen Frijters |
Subject: |
RE: Vmxxx method vs. native method |
Date: |
Fri, 19 Mar 2004 09:37:55 +0100 |
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).
It's the intent, but intent doesn't automatically turn into code
(unfortunately) ;-)
I don't use java.lang.Object, so for me this one doesn't have any
priority.
Regards,
Jeroen