I have a Memory Dump file and JHAT gives the following message and I cannot analyze anything (as no data is 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 the hprof file is incomplete or corrupt?

I am using
-XX:+HeapDumpOnOutOfMemoryError" option in my tomcat.

link|improve this question

66% accept rate
Have you tried opening this dump with another profiler (e.g. YourKit?) – mindas Jan 1 '11 at 23:51
yourkit is not free, cannot afford to buy it. – sheki Feb 25 '11 at 13:00
feedback

1 Answer

up vote 1 down vote accepted

I just came across this same issue with my own heap dump.

  • jhat shows the warnings you describe, and there's no useful data displayed
  • Eclipse MAT complains about a NullPointerException
  • VisualVM can't open the heap dump file at all

It looks like this happens when there is not enough disk space at the time that the heap is dumped, so the file is indeed incomplete/corrupt.

http://forums.oracle.com/forums/thread.jspa?threadID=1175621&tstart=135

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.