Re: RFR: 8283147: Include NonJavaThread stacktrace during thread dump [v3]

2022-03-16 Thread David Holmes
On Wed, 16 Mar 2022 07:48:42 GMT, Yi Yang wrote: >> Yi Yang has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. The pull request contains one >> new commit since t

Re: RFR: 8283147: Include NonJavaThread stacktrace during thread dump [v3]

2022-03-16 Thread Yi Yang
On Wed, 16 Mar 2022 02:57:20 GMT, Yi Yang wrote: >> When we use jcmd Thread.dump/jstack , we could dump all Java >> thread stack trace, but unfortunately we are not able to print NonJavaThread >> stack trace such as VMThread/GCWorker, etc. For these threads, we know >> nothing about what are

Re: RFR: 8283147: Include NonJavaThread stacktrace during thread dump [v3]

2022-03-15 Thread Yi Yang
> When we use jcmd Thread.dump/jstack , we could dump all Java > thread stack trace, but unfortunately we are not able to print NonJavaThread > stack trace such as VMThread/GCWorker, etc. For these threads, we know > nothing about what are they doing/are they blocked in pthread condition from