There are few methods of HAT model classes that create and use arrays. HAT is a memory intensive application and so it would be better to reduce memory requirement by replacing array results by Enumerations -- in place iteration of elements would remove array creation. 6326374 (jhat should read primitive array content lazily) addressed part of this by reading primitive array content lazily. Removing array creation while executing various queries would definitely help (particularly with large heap dumps)
- duplicates
-
JDK-6331661 jhat: reduce memory by preferring iterator/enumeration instead of arrays
-
- Resolved
-
- relates to
-
JDK-6413389 jhat throws OOM while parsing large heapdumps
-
- Resolved
-
-
JDK-6326374 jhat should read primitive array content lazily
-
- Resolved
-