> How can I know what objects are in memory?
> And how can I know what methods are been called?
Look into the JVMTI, or for earlier Java versions the JVMPI.

Signature
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Matthias Ernst - 15 Jul 2004 17:58 GMT
>> How can I know what objects are in memory?
>> And how can I know what methods are been called?
>
> Look into the JVMTI, or for earlier Java versions the JVMPI.
JDK 1.5 has an excellent starting point for a dumper under demo/. If you
want one for 1.4, check out http://www.virtualmachine.de/ . That'll give
you a primitive dump in a text file. IBM VMs are able to do this as well
--- and there's an analyzer for that.
Matthias

Signature
Matthias Ernst
CoreMedia - The Content Technology Experts
"Toll takes its time."