How to find buggy class in java?
Posted
by I.Randanad
on Stack Overflow
See other posts from Stack Overflow
or by I.Randanad
Published on 2010-06-01T19:08:15Z
Indexed on
2010/06/01
19:13 UTC
Read the original article
Hit count: 211
I have a big program on java, that uses multithreading. In some case, the program starts loading 100% of three cores of my eigth cores system. In normal use, the program use all cores of 1-2 percent loading. How can i find a class, that overloading cores?
© Stack Overflow or respective owner