Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JProfiler 来调试一些锁争用问题。我可以在监视器历史记录中看到有问题的阻塞锁使用情况,并且可以看到等待线程和拥有线程的过滤堆栈跟踪。但是,堆栈跟踪不显示任何行信息。有没有办法获得这些回溯?
在分析设置中,您可以打开行号分辨率:
请注意,节点上的行号始终是指父节点中的类。