N
nash_rack1
JRockit (JVM) from weblogic has a great feature that helps in tracking
memory leaks. You can enable printing of memory stats like (most added
objects since last GC, top objects occupying memory, etc). These stats
get printed at the time of garbage collection. They can also be printed
by sending a signal to JVM. I wanted to know if any new (1.5 or 1.6)
JVMs from Sun also has any feature like this? I know about third party
tools like jprobe etc but it would be great to have the JVM provide
some basic information about objects in memory.
memory leaks. You can enable printing of memory stats like (most added
objects since last GC, top objects occupying memory, etc). These stats
get printed at the time of garbage collection. They can also be printed
by sending a signal to JVM. I wanted to know if any new (1.5 or 1.6)
JVMs from Sun also has any feature like this? I know about third party
tools like jprobe etc but it would be great to have the JVM provide
some basic information about objects in memory.