On Fri, 2 Jul 2021 21:57:23 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> See the CR for details. This issue is causing a lot of failures related to > some threads occasionally not being included in the jstack output, such as > SteadyStateThread, Common-Cleaner, and "Signal Dispatcher". The bug caused SA > to sometimes think a JavaThread object is actually an instance of the > CompilerThread subclass, even though it is not. This results in jstack not > including the thread in the output since it purposefully omits > CompilerThreads. Nice cleanup. Thanks, Serguei ------------- Marked as reviewed by sspitsyn (Reviewer). PR: https://git.openjdk.java.net/jdk17/pull/206