Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-03-28 Thread Thomas Stuefe
On Thu, 24 Feb 2022 08:14:34 GMT, Thomas Stuefe wrote: >> Christian Hagedorn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make dwarf tag NOT_PRODUCT > > src/hotspot/share/utilities/decoder_elf.cpp line 67: > >> 65: if (!os::dll_add

Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-03-28 Thread Thomas Stuefe
On Tue, 8 Feb 2022 08:17:17 GMT, Christian Hagedorn wrote: >> When printing the native stack trace on Linux (mostly done for hs_err >> files), it only prints the method with its parameters and a relative offset >> in the method: >> >> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x

Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-02-28 Thread Christian Hagedorn
On Tue, 22 Feb 2022 09:59:36 GMT, Thomas Schatzl wrote: >> Christian Hagedorn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make dwarf tag NOT_PRODUCT > > src/hotspot/share/utilities/elfFile.cpp line 319: > >> 317: } >> 318: l

Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-02-22 Thread Christian Hagedorn
On Tue, 8 Feb 2022 08:17:17 GMT, Christian Hagedorn wrote: >> When printing the native stack trace on Linux (mostly done for hs_err >> files), it only prints the method with its parameters and a relative offset >> in the method: >> >> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x

Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-02-22 Thread Thomas Schatzl
On Tue, 8 Feb 2022 08:17:17 GMT, Christian Hagedorn wrote: >> When printing the native stack trace on Linux (mostly done for hs_err >> files), it only prints the method with its parameters and a relative offset >> in the method: >> >> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x

Re: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v4]

2022-02-08 Thread Christian Hagedorn
> When printing the native stack trace on Linux (mostly done for hs_err files), > it only prints the method with its parameters and a relative offset in the > method: > > Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x7f6e01838110, free > space=1020k > Native frames: (J=compiled Jav