RFR: Store cpu features in AOTCodeCache header [v2]
Ashutosh Mehra
asmehra at openjdk.org
Mon Jul 14 22:31:50 UTC 2025
On Mon, 14 Jul 2025 19:20:09 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
>> src/hotspot/share/code/aotCodeCache.cpp line 3253:
>>
>>> 3251: #ifdef COMPILER2
>>> 3252: // polling_page_vectors_safepoint_handler_blob can be nullptr if AVX feature is not present or is disabled
>>> 3253: if (SharedRuntime::polling_page_vectors_safepoint_handler_blob() != nullptr) {
>>
>> I will push this separately.
>
> okay, I will take this out and push it separately.
I misunderstood this. I see you have already pushed it. Thanks for that!
-------------
PR Review Comment: https://git.openjdk.org/leyden/pull/84#discussion_r2205931100
More information about the leyden-dev
mailing list