"Why #JVM modern profilers are still safepoint biased?"
Very interesting write-up by @jpbempel: while AsyncGetCallTrace avoids safepoint biasing, attribution of samples can still be biased due to lacking debug info; -XX: DebugNonSafepoint can help.
jpbempel.github.io/2022/06/2β¦