If the heap dump contains a huge number (>1000) of active threads, displaying expanded tree of such threads can take a long time and blocks AWT.
The solution is to expand just constant number of threads if the total number of threads exeeded certain limit.
If the heap dump contains a huge number (>1000) of active threads, displaying expanded tree of such threads can take a long time and blocks AWT.
The solution is to expand just constant number of threads if the total number of threads exeeded certain limit.