I just want to get all dumps from java virtual machine threads, to look at what the threads lock and what threads waiting to unlock some resources. Something like is describ
If you switch to the DDMS view in Eclipse you have some tools to look at threads. Is that what you're looking for?