How to read AIX heap dump

Hi thereI have a java core dump generated because of OutOfMemory. I created a heap dump out of this core, but it's not readable by a text editor. The core and heap dump are generated on an AIX.How do I convert the heap dump into something readable?Thanks,Remo
[295 byte] By [remoliechtia] at [2007-10-3 3:15:14]
# 1

if I use hat to make it readablke, I get:

C:\Documents and Settings\liechtir\Desktop\hat_bin\bin>java -jar hat.jar heap_dump.txt

Started HTTP server on port 7000

Reading from heap_dump.txt...

java.io.IOException: Unrecognized magic number: 1208431

at hat.parser.Reader.readFile(Reader.java:99)

at hat.Main.main(Main.java:149)

remoliechtia at 2007-7-14 21:06:33 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
As far as I know, Sun is not providing JDK/JRE for AIX systems. You may have more luck with asking this question on IBM forums - it is quite specific to IBM implementation...
abiesa at 2007-7-14 21:06:33 > top of Java-index,Java HotSpot Virtual Machine,Specifications...