eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
543 stars 96 forks source link

May I ask if thread analysis can return thread information to Thread? #271

Closed mark8s closed 8 months ago

mark8s commented 8 months ago

image

I feel that the return type is changed from VThread to Thread without any impact on the main process. Can you provide quick support? @D-D-H

D-D-H commented 8 months ago

@mark8s VThread is the view model exposed to the users, and Thread is an internal struct. If you think some fields of Thread are needed, we'd better add those fields into Vthread in my opinion.