<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi.</FONT></DIV>
<DIV><FONT face=Arial size=2>I am investigating how Kaffe allocates objects. 
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<DIV><FONT face=Arial size=2>In object.c, the function newObject(...) allocates 
the object. But I can't find out who is&nbsp;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?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone help me out?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--</FONT></DIV>
<DIV><FONT face=Arial size=2>Johan</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>