RFR: 8316735: Print LockStack in hs_err files [v2]
David Holmes
dholmes at openjdk.org
Tue Sep 26 06:34:10 UTC 2023
On Mon, 25 Sep 2023 11:10:10 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I think that the fast locked objects can already be found by thread dumps by inspecting the frames. But, I haven't checked. Should we file a new issue for investigating?
I'm not sure how we could present the information in the context of the thread stack dump, even though it might be useful to validate it against the locking information found in the frames themselves. It is probably too disruptive to just jam it into the existing output. We can revisit this later if we find we are missing the information. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15884#issuecomment-1734909378
More information about the hotspot-dev
mailing list