I have a memory dump file and JHAT gives the following message and I can not parse anything (since the data is not displayed.
Resolving 0 objects...
WARNING: hprof file does not include java.lang.Class!
WARNING: hprof file does not include java.lang.String!
WARNING: hprof file does not include java.lang.ClassLoader!
Does this mean that the hprof file is incomplete or corrupt?
I am using an
-XX:+HeapDumpOnOutOfMemoryError"
option in my tomcat.
sheki source
share