Are there any "cheap" tool that provides tracing of object creation.
Console output would be fine.
Or is there any jvmpi function(s) that I can use to get this
information.
thanks for the help
john
>Or is there any jvmpi function(s) that I can use to get this
>information.
Yes. The JVMPI provides information on this. See jvmpi.h for details.
Stephen

Signature
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk
RSI Information: http://www.objmedia.demon.co.uk/rsi.html
coltrane - 19 Jan 2005 15:13 GMT
thanks. I think that is just what I needed