classpath
[Top][All Lists]
Advanced

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

Re: java.lang.VMObject.getClass() should be removed.


From: Mark Wielaard
Subject: Re: java.lang.VMObject.getClass() should be removed.
Date: 10 Sep 2002 23:21:03 +0200

Hi,

On Fri, 2002-09-06 at 22:52, C. Scott Ananian wrote:
> The VMObject.getClass() method should be removed, as it is not
> VM-specific: it is implemented in terms of JNI calls (and gcj
> has its own way of doing this in CNI).  Furthermore, VMObject.getClass()
> is never called anywhere in classpath, in particular not from 
> Object.getClass().  So I think VMObject.getClass() should just
> be removed.

I agree, it is only confusing. And I assume most VMs will special case
Object anyway. Removed in CVS.

Thanks,

Mark




reply via email to

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