Skip to content

v_1.46.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 21:27
v_1.46.0
92427b9

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

  • feat(profiler): wall-clock signal suppression for idle threads by @kaahos in #560

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