Careful look at generated code reveals that hot loop suffers from being inlined into a large task loop. It would be more accurate to split out the actual run loop into a separate method for better inlineability.
Also, asking VM compilers to inline things properly should help.
Also, asking VM compilers to inline things properly should help.
- links to
-
Review openjdk/jcstress/11