I'm profiling my Clojure program using VisualVM 1.3.9.
Randomly while profiling (sometime after a couple minutes), I see the following (notice the top entry):
My program has absolutely 0 network functionality on its own (it's a genetic algorithm test routine), and doesn't use any external libraries.
Should I be concerned? Is there a way to find out what's causing this?