RFR: 8313372: [JVMCI] Export vmIntrinsics::is_intrinsic_available results to JVMCI compilers. [v2]

Vladimir Kozlov kvn at openjdk.org
Thu Aug 10 17:07:28 UTC 2023


On Thu, 3 Aug 2023 07:07:02 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:

>> Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update is_intrinsic_supported for _dcopySign,_fcopySign.
>
> src/hotspot/share/opto/c2compiler.cpp line 237:
> 
>> 235:   case vmIntrinsics::_electronicCodeBook_decryptAESCrypt:
>> 236:     if (StubRoutines::electronicCodeBook_decryptAESCrypt() == nullptr) return false;
>> 237:     break;
> 
> These two intrinsics were marked as supported on non-x86 platforms where the underlying stubs are not generated

good catch

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15133#discussion_r1290397831


More information about the graal-dev mailing list