RFR: 8273456: Do not hold ttyLock around stack walking

Coleen Phillimore coleenp at openjdk.java.net
Fri Sep 10 01:42:01 UTC 2021


On Thu, 9 Sep 2021 14:54:01 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change moves the tty rank back down to near access, and prints stack traces to stringStream to avoid holding the tty lock while trying to take the stackwatermark lock.
> Tested with tier1-8 (7,8 still in progress but no failures so far).

I guess if you crashed you could look at st in the debugger. Thanks for the review!

-------------

PR: https://git.openjdk.java.net/jdk/pull/5445


More information about the hotspot-dev mailing list