Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang [v2]

2024-01-04 Thread Jaikiran Pai
On Thu, 4 Jan 2024 12:53:07 GMT, Alan Bateman wrote: >> -Djdk.tracePinnedThreads is a debugging option that dates from early >> development in the loom repo to identify pinned threads. It has several >> issues and this tracing option will eventually be removed (use the JFR >> events instead).

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang [v2]

2024-01-04 Thread Alan Bateman
> -Djdk.tracePinnedThreads is a debugging option that dates from early > development in the loom repo to identify pinned threads. It has several > issues and this tracing option will eventually be removed (use the JFR events > instead). Several hangs have been reported when running with the syst

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang

2024-01-03 Thread Jaikiran Pai
On Tue, 2 Jan 2024 13:53:39 GMT, Alan Bateman wrote: > -Djdk.tracePinnedThreads is a debugging option that dates from early > development in the loom repo to identify pinned threads. It has several > issues and this tracing option will eventually be removed (use the JFR events > instead). Seve

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang

2024-01-03 Thread Jaikiran Pai
On Tue, 2 Jan 2024 13:53:39 GMT, Alan Bateman wrote: > -Djdk.tracePinnedThreads is a debugging option that dates from early > development in the loom repo to identify pinned threads. It has several > issues and this tracing option will eventually be removed (use the JFR events > instead). Seve

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang

2024-01-03 Thread Jaikiran Pai
On Tue, 2 Jan 2024 13:53:39 GMT, Alan Bateman wrote: > -Djdk.tracePinnedThreads is a debugging option that dates from early > development in the loom repo to identify pinned threads. It has several > issues and this tracing option will eventually be removed (use the JFR events > instead). Seve

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang

2024-01-02 Thread Alan Bateman
On Tue, 2 Jan 2024 15:56:06 GMT, Jaikiran Pai 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 v

Re: RFR: 8322846: Running with -Djdk.tracePinnedThreads set can hang

2024-01-02 Thread Jaikiran Pai
On Tue, 2 Jan 2024 13:53:39 GMT, Alan Bateman wrote: > -Djdk.tracePinnedThreads is a debugging option that dates from early > development in the loom repo to identify pinned threads. It has several > issues and this tracing option will eventually be removed (use JFR events > instead). Several