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
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
> 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