Following up on test failures is hard without the generated code. Doing -XX:+PrintAssembly would print the generated code for everything, which would be unnecessarily noisy. Luckily, we can now instruct jcstress to dump the generated code for the hot loops only.
- relates to
-
CODETOOLS-7902865 jcstress: Enable -XX:+DebugNonSafepoints if available to get more verbose disassembly
-
- Closed
-
- links to
-
Review openjdk/jcstress/14