Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiching to HAHA 2.0.2 / Perflib #219

Merged
merged 1 commit into from
Jul 22, 2015
Merged

Swiching to HAHA 2.0.2 / Perflib #219

merged 1 commit into from
Jul 22, 2015

Commits on Jul 22, 2015

  1. Swiching to HAHA 2.0.2 / Perflib

    * Switched to HAHA 2.0.2 which is based on perflib instead of MAT
    * AnalysisResult.failure is now a `Throwable` instead of an `Exception`. Main goal is to catch and correctly report OOMs while parsing.
    * Added ARRAY_ENTRY to LeakTraceElement.Type for references through array entries.
    * Huge speed improvements when performing the shortest path with excluded references: it's now tailored to our needs instead of doing it on a loop.
    * Renamed `ExcludedRefs` fields.
    * Each `ExcludedRef` entry can now be ignored entirely or "kept only if no other path".
    * Added support for ignoring all fields (static and non static) for a given class.
    * Improved the heap dump analyzer test and added a heap dump for M Preview 2.
    * Bumped version to 1.4-SNAPSHOT because this breaks the APIs.
    pyricau committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    47b098e View commit details
    Browse the repository at this point in the history