How does async-profiler trace stack with jit-optimized methods?

158 Views Asked by At

The java profiling tool async-profiler could generate flamegraph even if some method in the call stack is jit optimized.

How is that implemented? If one method is inlined or jit optimized, how could we fetch its origin info or call graph?

0

There are 0 best solutions below