RFR: 8289284: jdk.tracePinnedThreads output confusing when pinned due to native frame

Alan Bateman alanb at openjdk.org
Wed Jul 13 09:47:52 UTC 2022


On Tue, 12 Jul 2022 07:20:24 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Would printing this reason be useful for easily understanding why the thread was considered pinned? I guess the same could be inferred from the stacktraces right now?

The stack trace shows the native frames and highlights any frames with monitors. So the "reason" isn't currently needed.

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

PR: https://git.openjdk.org/jdk/pull/9308


More information about the core-libs-dev mailing list