jdk-24/jdk/test/sun/tools/jhat
Kumar Srinivasan a210a6a74e 8020552: [launcher] changes to support removal of Solaris 32-bit distribution
8023495: [infra] create 64-bit solaris bits with symlinks

Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
2013-09-27 16:29:44 -07:00
..
HatHeapDump1Test.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
HatRun.java 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 2013-09-27 16:29:44 -07:00
HelloWorld.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
hprof.bin Initial load 2007-12-01 00:00:00 +00:00
jmap.bin Initial load 2007-12-01 00:00:00 +00:00
minimal.bin Initial load 2007-12-01 00:00:00 +00:00
ParseTest.sh 6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT 2010-07-21 17:01:31 -07:00
README.TXT Initial load 2007-12-01 00:00:00 +00:00

#

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.