3

When I create a dump using jmap

jmap -J-d64 -heap:format=b ${pid}

Can I open the resulting heap.bin somehow in JProfiler?

monk
  • 640
  • 1
  • 5
  • 17

1 Answers1

12

Apparently it's a simple as renaming the file to have a .hprof extension

monk
  • 640
  • 1
  • 5
  • 17