This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Adding fields to object_type_node
- To: Per Bothner <per at bothner dot com>
- Subject: Re: Adding fields to object_type_node
- From: Dachuan Yu <dachuan dot yu at yale dot edu>
- Date: Thu, 04 Oct 2001 15:51:38 -0400
- CC: java at gcc dot gnu dot org
- Organization: Yale University
- References: <3BBCAFA6.4A8BA3DE@yale.edu> <3BBCB767.9060507@bothner.com>
Per Bothner wrote:
> Dachuan Yu wrote:
>
> >I was trying to add one more field into
> >"object_type_node" and "class_type_node".
> >
> Did you also modify the runtime library, specifically (at least)
> libjava/java/lang/Object.h?
No, I didn't. Do you think that I should have added a field
"otable" in Class.h after the field "vtable"?
But, why do I not see a corresponding "vtable" field in the
Object.h? What's the idea/invariance/intention... of these things?
Dachuan