I am using JProfiler to debug some lock contention problems. I can see the problematic blocked lock usages in the monitor history, and can see the filtered stack trace for waiting thread and owning thread. However, the stack trace doesn't display any line information. Is there a way to get these backtraces?

link|improve this question
feedback

1 Answer

In the profiling settings you can switch on line number resolution:

enter image description here

Note that the line number on a node always refers to the class in the parent node.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.