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?
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?