RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v9]
Emanuel Peter
epeter at openjdk.org
Tue Oct 21 05:50:02 UTC 2025
On Fri, 17 Oct 2025 17:19:09 GMT, Shawn M Emery <duke at openjdk.org> wrote:
>> test/micro/org/openjdk/bench/javax/crypto/AESDecrypt.java line 44:
>>
>>> 42:
>>> 43: @Param("10000000")
>>> 44: private int count;
>>
>> Drive-by comment / question:
>> Did you do all benchmarking with this single (quite large) size? How are the results for much smaller sizes? It may be worth it to just get a nice plot that goes over a range of sizes, to see if it behaves as expected.
>
> The benchmarks listed in the PR description execute tests for data sizes ranging from 16 to 10_000_000 bytes for decryption and encryption. The difference in performance between the old and new code were within SE.
Ok, sure. Why not list all the relevant sizes in the benchmark itself then?
But totally up to you. This was just a hint/drive-by comment, feel free to mark it as resolved :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27807#discussion_r2446783134
More information about the core-libs-dev
mailing list