Releases: DataDog/java-profiler
Releases · DataDog/java-profiler
v_1.9.0
What's Changed
- Sanitizers by @r1viollet in #101
- Add debug option to specify MALLOC_ARENA_MAX by @jbachorik in #108
New Contributors
- @r1viollet made their first contribution in #101
Full Changelog: v_1.8.0...v_1.9.0
v_1.8.0
What's Changed
- Introduce 'light' liveheap tracking for GC generations by @jbachorik in #93
- fix async-sample mutex by @richardstartin in #107
Full Changelog: v_1.7.0...v_1.8.0
v_1.7.0
What's Changed
- remove JVMTI Agent hooks by @richardstartin in #98
- Revert "remove unnecessary cache for custom context encodings" by @richardstartin in #100
Full Changelog: v_1.6.0...v_1.7.0
v_1.6.0
What's Changed
- avoid unwinding the same stack for wallclock samples by @richardstartin in #91
- detect musl at compile time by @richardstartin in #94
- Manage mutex resources by @jbachorik in #96
- remove unnecessary settings by @richardstartin in #97
Full Changelog: v_1.5.0...v_1.6.0
v_1.5.0
What's Changed
- remove unnecessary cache for custom context encodings by @richardstartin in #86
- Prevent race condition in LivenessTracker by @jbachorik in #88
- drop bad queue time events by @richardstartin in #89
- trust ticks parameters by @richardstartin in #90
Full Changelog: v_1.4.0...v_1.5.0
v_1.4.0
What's Changed
- Fix a pair of slow memory leaks by @jbachorik in #83
- Be defensive when working with potentially unitialized thread structures by @jbachorik in #84
Full Changelog: v_1.3.0...v_1.4.0
v_1.3.0
What's Changed
- Add startTime to datadog.ProfilerCounter event by @manuel-alvarez-alvarez in #81
- anchor queue times by @richardstartin in #82
New Contributors
- @manuel-alvarez-alvarez made their first contribution in #81
Full Changelog: v_1.2.0...v_1.3.0
v_1.2.0
What's Changed
- counters for missing context by @richardstartin in #79
Full Changelog: v_1.1.0...v_1.2.0
v_1.1.0
What's Changed
- check osthreadstate is not null before dereferencing by @richardstartin in #77
Full Changelog: v_0.99.0...v_1.1.0
v_0.99.0
What's Changed
- deallocate key when writing system properties by @richardstartin in #75
- use lastJava ucontext when last Java frame not found in native state by @richardstartin in #74
Full Changelog: v_0.98.0...v_0.99.0