NameDateSize

..12-Dec-201721

HprofParser.javaH A D12-Dec-20173.3 KiB

model/H12-Dec-201733

parser/H12-Dec-20179

READMEH A D12-Dec-2017657

util/H12-Dec-20177

README

1The jhat tool has been removed. jhat hprof file parser/validator
2are needed for tests. The old packages for jhat were moved here:
3com.sun.tools.hat.internal.model -> jdk.test.lib.hprof.model
4com.sun.tools.hat.internal.parser -> jdk.test.lib.hprof.parser
5com.sun.tools.hat.internal.util -> jdk.test.lib.hprof.util
6 
7jhat was added in JDK 6 and its original implementation was from 
8java.net HAT project [1]. jhat is an experimental, unsupported tool. 
9There hasn't been much update to jhat tool in the JDK. In addition, 
10there are several better heap dump visualizer/analyzer emerged since 
11JDK 5/6 serviceability support.
12
13[1] https://java.net/projects/hat
14