This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Adding fields to object_type_node


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]