I have a java process that benchmarks some long running function. But because of cumulative JIT optimizations every next call to the function performs better then previous calls.
Just using -Xint
to disable JIT is not an option, because it becomes 10x slower and impossible to benchmark.