What's Changed
Fixes
- An alternative TLS implementation to fix a crash on musl/aarch64 by @zhengyu123 in #600
- Don't preload jmethodIDs when cstack=vm with hotspot JVM by @zhengyu123 in #549
- fix(context): scope OTEL ThreadContext storage to the carrier thread (PROF-15271) by @rkennke in #625
- [PROF-15201] fix(profiler): close two TOCTOU races between SIGPROF handler and JFR lifecycle by @r1viollet in #614
Features
Tests
- test: thread lifecycle × profiler-state coverage by @jbachorik in #624
- fix(test): reduce ASAN wall-clock rate in BoundMethodHandleProfilerTest to avoid OOM by @rkennke in #630
- fix(test): forkEvery for asan Test task to bound cumulative heap growth by @rkennke in #632
Full Changelog: v_1.45.0...v_1.46.0