RFR: 8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781

Jie Fu jiefu at openjdk.org
Fri Oct 28 11:30:03 UTC 2022


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

-------------

Commit messages:
 - 8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781

Changes: https://git.openjdk.org/jdk/pull/10900/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10900&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8296030
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10900.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10900/head:pull/10900

PR: https://git.openjdk.org/jdk/pull/10900


More information about the hotspot-compiler-dev mailing list