I have a serious problem with a java application which is eating the cpu with the time. So I installed VisualVM and saw this:
Something is creating more and more Threads, while the application isn´t used. Now I would like to know what is causing this. Via. google I could only find tutorials on how to find memory leaks with visualvm but not cpu.