RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v2]
Christian Hagedorn
chagedorn at openjdk.java.net
Fri Jan 28 09:47:11 UTC 2022
On Fri, 28 Jan 2022 02:26:21 GMT, Yasumasa Suenaga <ysuenaga at 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
More information about the build-dev
mailing list