A DESCRIPTION OF THE REQUEST :
My company (YourKit, LLC http://www.yourkit.com) is developing Java profiler. Profiler shows some live JVM statistics about garbage collector activity. We have found very useful to have the following information (currently non provided by GarbageCollectorMXBean):
1. Number of collected objects
2. Shallow size of collected objects
JUSTIFICATION :
This information is very important to understand the picture of allocations of temporary objects.
My company (YourKit, LLC http://www.yourkit.com) is developing Java profiler. Profiler shows some live JVM statistics about garbage collector activity. We have found very useful to have the following information (currently non provided by GarbageCollectorMXBean):
1. Number of collected objects
2. Shallow size of collected objects
JUSTIFICATION :
This information is very important to understand the picture of allocations of temporary objects.