RFR: 8273332: [Vector API] C2 fails to check whether the rotate operation is directly supported by the target ISA after JDK-8271366
Jie Fu
jiefu at openjdk.java.net
Fri Sep 3 23:53:45 UTC 2021
On Fri, 3 Sep 2021 23:38:29 GMT, Dean Long <dlong at openjdk.org> wrote:
> If -ea -esa -Xcomp -XX:CompileThreshold=100 is necessary to reproduce, then shouldn't the tests be updated to test with those flags?
It's extremely slow when testing with `-ea -esa -Xcomp -XX:CompileThreshold=100`.
So it seems not a good idea to add these flags directly in the tests.
Instead, I would suggest adding them in the CI/CD config.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5364
More information about the hotspot-compiler-dev
mailing list