The problem i'm interested in at the moment is profiling/optimizing some piece of code. General recommendation for profiling with Java is "run", "wait for some time for hotspot JIT compiler to do its job", "repeat the test" ...The problem i'm interested in at the moment is