On Wed, 15 Oct 2025 21:26:33 GMT, Shawn M Emery <[email protected]> wrote:
>> test/micro/org/openjdk/bench/javax/crypto/AESDecrypt.java line 82:
>>
>>> 80: public byte[] testUseAesIntrinsics() throws Exception {
>>> 81: return cipher.doFinal(ct);
>>> 82: }
>>
>> These 3 methods look same to me except for the method names?
>
> The forked arguments will test different levels of optimizations:
> testBaseline: no optimizations
> testUseAes: AES optimizations
> testUseAesIntrinsics: AES machine instructions
Ah, I see, some has "+" vs some uses "-". My eye sights are getting worse.
(sigh)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27807#discussion_r2434206251