-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b55
-
generic
-
generic
jhat reads heap dump and creates object model out of that. For large dumps, jhat consumes lot of memory. Large primitive array content could be read lazily -- this could avoid some memory consumption.
- relates to
-
JDK-6413389 jhat throws OOM while parsing large heapdumps
- Resolved
-
JDK-6331661 jhat: reduce memory by preferring iterator/enumeration instead of arrays
- Resolved
-
JDK-6331662 jhat: reduce memory by preferring iterator/enumeration instead of arrays
- Closed