RFR: 8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781
Christian Hagedorn
chagedorn at openjdk.org
Fri Oct 28 12:28:28 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
Looks good and trivial!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10900
More information about the hotspot-compiler-dev
mailing list