RFR: 8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings

Jatin Bhateja jbhateja at openjdk.org
Wed Jul 17 07:40:52 UTC 2024


On Wed, 17 Jul 2024 05:34:46 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Enabling test with explicit feature checks for x86 target.
>> Removing from test/hotspot/jtreg/ProblemList.txt
>> 
>> Best Regards,
>> Jatin
>
>> @jatin-bhateja There was also a suggestion from @eme64 as part of #20062 to remove requires vm.compiler2.enabled from the test.
> 
> Test only validates specific C2 IR patten, framework makes sure to compile @Test annotated methods with top tier (c2 : default) compiler using Whitebox mechanism. So @require flags looks redundant here.  Agree.

> Hi @jatin-bhateja Are you also going to address the questions for the VM changes from #20062? That could be done in a separate RFE, but it would be nice to at least hear what you plan to do or not to do ;)
> 
> Or would you like to look into the VM changes @jaskarth ?

Hi @eme64 , My apologies, did not find time to respond in time due to other priority items, please go ahead and file RFE and kindly assign it to me. I will handle it as the part of RFE or close that with appropriate justifications. This PR is for test enablement.

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

PR Comment: https://git.openjdk.org/jdk/pull/20160#issuecomment-2232634295


More information about the hotspot-compiler-dev mailing list