view NEWS @ 212:a0dbe8fd5369 2.0.6

Bump to 2.0.6
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Wed, 28 Feb 2018 10:39:42 +0900
parents ce5585f2a33d
children 9bbdf7997bf8
line wrap: on
line source

New in release 2.0.6 (2018-02-28)

* Support executing HeapStats Agent on latest Fedora and RHEL
  * Bug 3421: Override functions might crash on Fedora 26
  * Bug 3429: [REGRESSION] Cannot build HeapStats Agent on RHEL
  * Bug 3514: Support GCC 4.4.7 for RHEL 6/7
* Fix some bugs

New in release 2.0.5 (2017-06-22)

* Improve a test framework for race-condition to prevent potential bugs
  * Bug 3999: Fix potential error when conflict between class loading and GC
  * Core components has been tested. The others will be tested in the future.
* Fix some bugs

New in release 2.0.4 (2017-03-03)

* Deadlock detection moved to experimental feature to prevent unexpected abort
  * Bug 3285: JVM aborted on assert code at MonitorContended JVMTI event
* Improve memory management in agent
  * Bug 3284: HeapStats Agent might crash when object children are scanned
  * Bug 3331: Refactoring for memory management in HeapStats Agent
* Fix some bugs

New in release 2.0.3 (2016-11-15)

* Fix a hang-up on a corner case.
 * Bug 3225: JVM may hang when deadlock detector and safepoint are conflicted
* Improve some features of Analyzer and CLI
 * Bug 3000: Color of enabled exclude filter is difficult to understand
 * Bug 3002: HeapStats CLI should show ID in each subcommand
 * Bug 3195: Add property for tick marker on X axis
 * Bug 3197: Add a validation of reftree_fontsize
* Fix some bugs

New in release 2.0.2 (2016-09-01)

* Prepare for JDK 9
 * Bug 3057: [JDK 9] HeapStats Analyzer could not start on JDK 9
* Fix to execute through JMX correctly.
 * Bug 2847: LogLevel cannot change through JMX.
 * Bug 2848: Show new configuration when it changed through JMX.
 * Bug 2870: JVM crash when oneway option is changed through JMX.
* Fix some bugs

New in release 2.0.1 (2016-02-05)

* Port to github (https://github.com/HeapStats/heapstats)
 * Contributes are always very welcome!
* Fix some bugs

New in release 2.0.0 (2015-10-27)

* Add new features:
 * HeapStats Thread Recorder
 * HeapStats MBean
 * Switch for collecting object reference data
* Integrate CPU-optimized binaries.
* New HeapStats Analyzer
 * JavaFX-based GUI application.
 * Commandline analyzer
* New platform support:
 * ARM 32 (Raspberry Pi / Raspberry Pi 2)