Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] Thread synchronization question.


  • From: rana@xxxxxxxxxxxxxx (Hemendra Rana)
  • Subject: [Advanced-java] Thread synchronization question.
  • Date: Wed, 30 Jan 2002 12:44:38 -0800

Is it possible from the java code (not a profiler):

1. Given an object, to find out what thread has taken a lock on the object.
2. Given a thread, to find out what all objects is it holding locks on.

Thanks,
Hemendra