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: