Maybe set -XX:+VerifyContinuations in tests?

Reingruber, Richard richard.reingruber at sap.com
Wed Oct 5 09:59:16 UTC 2022


Hi,

would it make sense to set -XX:+VerifyContinuations for all tests in
test/jdk/jdk/internal/vm/Continuation/?

I'd think so. At least the tests Basic.java and Fuzz.java together with VerifyContinuations brought up
issue with the ppc loom port.

The test HumongousStack.java already does it. Also in the loom repository
VerifyContinuations is switched on by default.

Is exporting _JAVA_OPTIONS=-XX:+VerifyContinuations the only way to do it now?

Thanks, Richard.


More information about the hotspot-compiler-dev mailing list