RFR: 8273456: Do not hold ttyLock around stack walking

Erik Österlund eosterlund at openjdk.java.net
Fri Sep 10 14:39:47 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).

Looks good.

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

Marked as reviewed by eosterlund (Reviewer).

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


More information about the hotspot-dev mailing list