Migrating Java Applications to HP-UX

27
5. Determine where the lock contention is occurring.
Select Metrics->Threads/Locks->Lock Delay - Method Exclusive
Figure 20 shows the highest lock delay (time spent waiting to acquire a lock) is coming from
method: weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass.
Figure 20 Lock Delay Method Exclusive
6. Find where the method is called in the call graph tree (Figure 21):
Click on <method name> in list.
Select Edit->Mark to mark the method for finding later.
Select Metrics->Threads/Locks->Lock Delay-Call Graph Tree (brings up call graph tree)
Select Edit->Find Immediately (finds method in call graph tree).