RFR: 8274794: Print all owned locks in hs_err file
Thomas Stuefe
stuefe at openjdk.java.net
Fri Oct 15 08:30:56 UTC 2021
On Fri, 15 Oct 2021 06:09:44 GMT, David Holmes <dholmes at openjdk.org> wrote:
> I think the view is that the static mutexes will populate from the start of the array so any dynamic mutex, which is the only candidate for removal, must be closer to the end.
That's what I understood too. But there can be a ton of dynamic Mutexes, so this does not really help that much.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5958
More information about the hotspot-dev
mailing list