On Mon, 25 Sep 2023 10:05:12 GMT, Axel Boldt-Christmas <abold...@openjdk.org> wrote:
> My understanding of the serviceability agent is very limited, but from what I > understood the JVM does not run when we are attached. So no code should add > to the list. Your understanding is correct, although one thing SA has to deal with (usually by falling on its face) is that the VM could be in an inconsistent state, and there is no safe pointing, locking, or other synchronization it can do to protect from that. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15782#discussion_r1335968189