RFR: 8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings
Jatin Bhateja
jbhateja at openjdk.org
Wed Jul 17 05:37:04 UTC 2024
On Fri, 12 Jul 2024 18:26:26 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20160#issuecomment-2232454739
More information about the hotspot-compiler-dev
mailing list