Java on HP-UX 11i Frequently Asked Questions

Q: I have a program with many threads, and I suspect there is some lock contention
between the threads which is slowing down the performance. Can you recommend a
tool which will help me identify potential lock contentions?
A: Please go to our Java performance tuning website, which contains much useful
information on helping you improve the performance of your Java-based applications.
In addition, if you are using the SDK 1.3.1.02 or later, you can use the lock contention
metric of HPjmeter to analyze the problem
Troubleshooting questions 13