RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang
Alan Bateman
alanb at openjdk.org
Tue Jan 2 16:01:46 UTC 2024
On Tue, 2 Jan 2024 15:56:06 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> I guess that then means that the some pinned threads might not even appear in this generated thread dumps.
Just to be clear. The changes here have no impact on thread dumps, the thread dump generated by jcmd Thread.dump_to_file has all virtual threads, including pinned threads.
As regards jdk.tracePinnedThreads. We want this system property to go away, it's just unfortunate that it seems to be widely used.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17221#issuecomment-1874211812
More information about the core-libs-dev
mailing list