RFR: 8328998: Encoding support for Intel APX extended general-purpose registers [v23]
Steve Dohrmann
duke at openjdk.org
Tue May 21 17:12:08 UTC 2024
On Tue, 21 May 2024 06:08:15 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> src/hotspot/cpu/x86/vm_version_x86.cpp line 1008:
>>
>>> 1006: if (UseAPX && (UseAVX < 3)) {
>>> 1007: if (!FLAG_IS_DEFAULT(UseAPX)) {
>>> 1008: warning("UseAPX is only available when UseAVX > 2");
>>
>> Suggestion:
>>
>> warning("UseAPX is only available when UseAVX > 2. Disabling UseAPX.");
>
> This would tell the user what we are doing, just like with the UseAVX flag.
Thank you, done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18476#discussion_r1608671699
More information about the hotspot-compiler-dev
mailing list