I am able to monitor the java application with various tools at JVM level. I can dump heap objects and find out the number of the objects and their total size.
At this point, I would like to know the heap location of each object, I mean, as you may know that there are three heap sections (eden, old, perm spaces), at the time of dump which object located at which heap space.