README revision 2224:2a8815d86b93
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