RFR: 8285868: x86 intrinsics for floating point method isInfinite [v14]

Srinivas Vamsi Parasa duke at openjdk.java.net
Thu Jun 2 01:47:27 UTC 2022


On Thu, 2 Jun 2022 01:40:26 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> On other hand it failed on Windows version we have issue with recently. Several IR framework tests failed with "Did not find IR encoding": [8286979](https://bugs.openjdk.java.net/browse/JDK-8286979)
> 
> Also it run on AMD CPU which does not have EVEX and AVX512. Your code should not be executed.
> 
> False alarm it seems. I will run other tiers.

Will update the tests not to run on AMD CPUs which don't EVEX and AVX512. Thanks!

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

PR: https://git.openjdk.java.net/jdk/pull/8459


More information about the hotspot-compiler-dev mailing list