In this version:
- Heap dump analysis now takes into account JVM flags of the analyzed Java process, such as GC type, maximum heap size etc. The flags can be supplied by the user through a text file, or saved in the dump itself.
- The above feature allows JXRay to identify common mistakes with JVM flags and heap configuration
- It also allows for an accurate estimate of the G1 heap region size, which in turn helps JXRay to identify Humongous objects accurately
- JXRay now identifies and explains some unusual situations leading to premature OutOfMemoryError
- Improved analysis of DirectByteBuffers
- Improvements in presentation of thread stacks
- UI improvements and bug fixes