你将如何使用threaddump?你将如何分析 Thread dump?

答案解析

用jstack等命令获取threaddump,分析线程状态、死锁、阻塞、CPU消耗等,定位并发问题。