Reputation: 135
Is there any tool or way that can get all the information about the locks in java?
for example, if there is a java program, it creates two threads, and both threads require locks for some variable. Is there any tools that can output the information like which thread locks which variable?
Upvotes: 3
Views: 385