0N/A#
0N/A
0N/Ajhat heap dump parsing tests:
0N/A
0N/AThere are three hprof binary format dump files in this directory.
0N/AThese dumps were created by jmap and hprof profiler against a
0N/Asimple infinite looping Java program.
0N/A
0N/A1. minimal.bin - minimal dump that has nothing! - not even java.lang.Class!
0N/A - This was created by java -Xrunhprof:format=b,heap=sites MainClass.
0N/A
0N/A2. jmap.bin - created by jmap -dump option
0N/A
0N/A3. hprof.bin - created by java -Xrunhprof:heap=all,format=b MainClass
0N/A
0N/AWe can run jhat -parseonly true <dump-file> against these dumps.