I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ).
OutOfMemoryError
Unfortunately there
I don't think heap dump contains thread information except GC root. If you need thread related information, you need to take thread dump also.