RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v3]

duke duke at openjdk.org
Wed Apr 16 18:50:43 UTC 2025


On Wed, 16 Apr 2025 16:46:13 GMT, Volodymyr Paprotski <vpaprotski at openjdk.org> wrote:

>> The check to choose between AVX2 and AVX512 implementation was relying on `EnableX86ECoreOpts`. It should be relying on `supports_avxifma` and mirror the `UseIntPolyIntrinsics` check in `vm_version_x86.cpp`.
>> 
>> Note, in `stubGenerator_x86_64.cpp`, entry to the patched function is protected already:
>> 
>>   if (UseIntPolyIntrinsics) {
>>     StubRoutines::_intpoly_montgomeryMult_P256 = generate_intpoly_montgomeryMult_P256();
>>     StubRoutines::_intpoly_assign = generate_intpoly_assign();
>>   }
>
> Volodymyr Paprotski has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update src/hotspot/cpu/x86/stubGenerator_x86_64_poly_mont.cpp
>   
>   Co-authored-by: Jatin Bhateja <jatin.bhateja at intel.com>

@vpaprotsk 
Your change (at version 60f003208d4547640798aed991f6eb3fe49ad18e) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/24644#issuecomment-2810435734


More information about the hotspot-compiler-dev mailing list