RFR: 8377507: Store cpu features in AOTCodeCache [v4]
Ashutosh Mehra
asmehra at openjdk.org
Sun Feb 15 04:55:55 UTC 2026
On Sat, 14 Feb 2026 02:01:10 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix compile failures
>>
>> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> 2 tests failed on Aarch64 even without AOT:
> compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java
> java.lang.AssertionError: Option 'UseSHA1Intrinsics' is expected to have 'false' value, but is 'UseSHA1Intrinsics = t'.
> compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
> Expected message not found: 'warning: AES instructions are not available on this CPU'.
@vnkozlov my bad, I didn't update aarch64 code correctly. I have fixed the issue. Can you please test it again.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29655#issuecomment-3903277022
More information about the hotspot-dev
mailing list