Integrated: 8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781
Jie Fu
jiefu at openjdk.org
Fri Oct 28 12:50:23 UTC 2022
On Fri, 28 Oct 2022 11:21:07 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs due to 'SuperWordRTDepCheck' is develop and is available only in debug version of VM.
> To fix it, `-XX:+IgnoreUnrecognizedVMOptions` is added in the test.
>
> Thanks.
> Best regards,
> Jie
This pull request has now been integrated.
Changeset: 754bd531
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/754bd53137a1c596e6f1a7debb847cd563d95699
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781
Reviewed-by: chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/10900
More information about the hotspot-compiler-dev
mailing list