Analyzing object references

When you find out which objects are actually consuming heap memory, you may want to see which objects are keeping the reference to those objects. JVM Monitor doesn't provide an ability to analyze the references, but instead provide an ability to generate hprof file, so that you can further analyze the references with other tools like Memory Analyzer.

To analyze object references:

  1. Press Dump heap as hprof file button [] at the local toolbar to generate hprof file.
  2. Analyze object references with hprof file. In case Memory Analyzer plug-ins are installed in your Eclipse, Memory Analyzer is automatically opened after generating hprof file.