Maybe set -XX:+VerifyContinuations in tests?

Aleksey Shipilev shade at redhat.com
Wed Oct 5 10:20:14 UTC 2022


On 10/5/22 11:59, Reingruber, Richard wrote:
> would it make sense to set -XX:+VerifyContinuations for all tests in
> test/jdk/jdk/internal/vm/Continuation/?

In my experience, this would make the test rather long, so I'd rather avoid this.

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

The usual way is to pass options to "make test":

$ make test TEST="jdk_loom hotspot_loom" TEST_VM_OPTS="-XX:+VerifyContinuations"

-- 
Thanks,
-Aleksey



More information about the hotspot-compiler-dev mailing list