Daniel John Debrunner wrote:
Most likely the jit is performing a further optimization (ie. a recompile) on the method and producing a correct result. A modern jit does not have a 1-1 mapping between byte code and optimized code.

Thanks Dan. I guess there is no way to thoroughly test the JIT then, but I will at least run the suite with -Xjit:count=0 and see if it pops anything.

Kathey


Reply via email to