On Tue, 3 Feb 2026 07:03:35 GMT, Shawn M Emery <[email protected]> wrote:

>> Guanqiang Han has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   optimize warning log
>
> src/hotspot/cpu/x86/vm_version_x86.cpp line 1141:
> 
>> 1139:       FLAG_SET_DEFAULT(UseAESIntrinsics, false);
>> 1140:       if (UseAESCTRIntrinsics && 
>> !FLAG_IS_DEFAULT(UseAESCTRIntrinsics)) {
>> 1141:         warning("AES_CTR intrinsics require UseAES flag to be enabled. 
>> Intrinsics will be disabled.");
> 
> I propose the following changes:
> OLD
> "Intrinsics will be disabled."
> NEW
> "AES_CTR intrinsics will be disabled."

@smemery Fixed!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29338#discussion_r2758743279

Reply via email to