Hi running the profiler. I see that
java.util.HashSet.add
Time(ms): 49,000(91%)
Own Time(ms): 49,000
-1 Does that mean that this is taking up CPU, because it seems I have high CPU usage 50%+ , when I restart the application the CPU usage is low, even with same amount of load?
-2 How can I see who is calling the add of the HashSet?
GC looks good, memory seems to clean up.