RFR: 8330146: assert(!_thread->is_in_any_VTMS_transition()) failed

Alan Bateman alanb at openjdk.org
Fri May 3 18:39:51 UTC 2024


On Fri, 3 May 2024 18:31:21 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> What "debugging option" are you referring to.

`-Djdk.tracePinnedThreads=full`. When this system property is set then it means the onPinned callback is running the printing code. This is happen in a transition when running with JVMTI enabled. It dates from early development in the loom repo and was a mistake to bring it into the main line.

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

PR Comment: https://git.openjdk.org/jdk/pull/19054#issuecomment-2093556941


More information about the serviceability-dev mailing list