I use jmap to dump heap memeory
jmap -dump:format=b,file=test.hprof 22035
as far as I know, heap dump ascii format exists. but execute below command
jmap -dump:format=a,file=test.hprof 22035
jmap Usage printed.
ASCII format doesn't exist?
And I like to know heap dump binary format documentation. googling.. there is no answer, no documenation.
Here is the snippest of binary format file.