Name | Date | Size | |
---|---|---|---|
.. | 2013-05-16 00:04:26 | 14 | |
HatHeapDump1Test.java | 2013-05-16 00:04:26 | 1.7 KiB | |
HatRun.java | 2013-05-16 00:04:26 | 7.4 KiB | |
HelloWorld.java | 2013-05-16 00:04:26 | 1.7 KiB | |
hprof.bin | 2013-05-16 00:04:26 | 275.7 KiB | |
jmap.bin | 2013-05-16 00:04:26 | 1.7 MiB | |
minimal.bin | 2013-05-16 00:04:26 | 64.6 KiB | |
ParseTest.sh | 2013-05-16 00:04:26 | 1.9 KiB | |
README.TXT | 2013-05-16 00:04:26 | 531 |
README.TXT
#
jhat heap dump parsing tests:
There are three hprof binary format dump files in this directory.
These dumps were created by jmap and hprof profiler against a
simple infinite looping Java program.
1. minimal.bin - minimal dump that has nothing! - not even java.lang.Class!
- This was created by java -Xrunhprof:format=b,heap=sites MainClass.
2. jmap.bin - created by jmap -dump option
3. hprof.bin - created by java -Xrunhprof:heap=all,format=b MainClass
We can run jhat -parseonly true <dump-file> against these dumps.