allocating objects

Johan Andersson anderssj at tcd.ie
Thu Jul 6 08:02:53 PDT 2000


Hi.
I am investigating how Kaffe allocates objects. 
I have a class with a main function. That class creates a new object. The class for that object is defined in another .java file.

In object.c, the function newObject(...) allocates the object. But I can't find out who is calling newObject(...) or when. When is the constructor called? Other constructors for other objects are called in execute_java_constructor in support.c, but not the constructor for the object I defined. Where is this done?

Can anyone help me out?

--
Johan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20000706/b20a216a/attachment-0010.htm 


More information about the kaffe mailing list