Re: Profiling, VisualVM & random-pause

2014-01-22 Thread John D. Hume
On Tue, Jan 21, 2014 at 1:50 PM, Yves Parès wrote: > 2) All my methods listed in the profiler are suffixed by .invoke. Is it > normal or is pathological of something (I haven't aot-compiled anything, I > don't know if it may have an impact here), like unnecessary reflection > calls? > That's nor

Profiling, VisualVM & random-pause

2014-01-21 Thread Yves Parès
Hi! I'm trying to profile my Clojure code with VisualVM, and I would have 3 questions: 1) The method that always take an awful amount of time is sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run. This is the profiler itself, right? It has nothing to do with REPL connection (I'm not usin