multithreading - What free tools are available to analyze lock contention in java? -


I need to determine which lock in my application code are the most contenders. Which Free Tools Can I Use?

You can use both jconsole or jstack in your JDK bin directory. Specifically, jconsole allows you to connect to your process and monitor the thread in which the resources are locked, and this can help you identify the deadlock situation.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -