RFR: 8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug

Vladimir Kozlov kvn at openjdk.org
Sat Jan 21 02:50:10 UTC 2023


On Fri, 20 Jan 2023 21:17:59 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> Patch fixes failing IR verification tests.
> 
> CPU feature checks in the IR rules modified appropriately.
> 
> Kindly review and approve.
> 
> Best Regards,
> Jatin

My testing with removed  `@requires vm.flagless` finished and actually all these tests passed. 
Note, I did not test this PR. I just removed `vm.flagless`. 

So my hypothesis about using SSE and AVX flags to catch these tests failures is incorrect.  We need to find an other solution.

@pfustc I think we can leave `vm.flagless` as it is based on my experiment.

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

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


More information about the hotspot-compiler-dev mailing list