I am creating heap dump using below command:
jmap -dump:file=DumpFile.txt
I have opened the generated file - DumpF
DumpF
MAT, jprofiler,jhat are possible options. since jhat comes with jdk, you can easily launch it to do some basic analysis. check this out