On Fri, 28 Jan 2022 02:26:21 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:
> I think this feature is very useful, thanks Christian! Thanks Yasumasa! > SA already has similar feature to gather call stacks with DWARF, so it would > be nice to share DWARF parser between SA and HotSpot. I agree, that would be a good idea! > P.S. I've proposed to use elfutils to parse DWARF in SA in > [JDK-8245234](https://bugs.openjdk.java.net/browse/JDK-8245234). Ah that's interesting, I've missed that. I had a look at SA when I've started to do some work on this patch back in 2020 and even took some things over. ------------- PR: https://git.openjdk.java.net/jdk/pull/7126