I have bunch of code & the processor is small, when calling notifyAll, sometimes creating performance issue (100ms) so I want to know what are the threa
notifyAll
You can use Thread.getAllStackTraces() and print out all the threads which are waiting.