Question to JMH and JIT
Aleksey Shipilev
shade at redhat.com
Mon Feb 4 13:15:44 UTC 2019
On 2/4/19 1:42 PM, Herr Knack wrote:
> Could JIT be the problem?
Yes, it could.
> Does anyone know if the workflow of JIT
> optimizations is documented anywhere?
Even if it was, it is unlikely to help you. You need to drill into what is going on in the
benchmark. It is hard to do based on your current explanation, because there is no benchmark code.
> I hope someone can help, because I‘m getting crazy about it.
Profile the benchmark with -prof perfasm at different workload sizes, and that should highlight what
is the final generated code, which would give you some idea what might go wrong.
Thanks,
-Aleksey
More information about the discuss
mailing list