jhat's warning
Hi!
I captured the heap snapshot using Java 1.4.2 in Linux and open it
using Java 6 jhat in Windows.
I noticed the following warnings (and many of them) while opening the file:
WARNING: Stack trace not found for serial # 0
WARNING: Stack trace not found for serial # 0
. . . . . . .
Snapshot read, resolving...
Resolving 41350 objects...
WARNING: Failed to resolve object id 0x90d27509 for field array$B (signature L)
WARNING: Failed to resolve object id 0x50207609 for field
array$Ljava$lang$String (signature L)
WARNING: Failed to resolve object id 0x68e33d8d for field
array$Lorg$springframework$core$io$Resource (signature L)
WARNING: Failed to resolve object id 0x90d27509 for field array$B (signature L)
WARNING: Failed to resolve object id 0x68e33d8d for field
array$Lorg$springframework$core$io$Resource (signature L)
. . . . . . .
Chasing references, expect 8 dots........
Eliminating duplicate references........
Snapshot resolved.
Started HTTP server on port 7000
Server is ready.
What does the above warning means? Does this means the heap snapshot file is not usable?

