RFR: 8344766: AES/CTR slow at big payloads [v2]
Volodymyr Paprotski
vpaprotski at openjdk.org
Wed Nov 27 16:08:46 UTC 2024
On Wed, 27 Nov 2024 10:59:06 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Volodymyr Paprotski has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix date
>
> src/java.base/share/classes/com/sun/crypto/provider/CounterMode.java line 192:
>
>> 190: processed += implCrypt(in, inOff, chunkSize, out, outOff);
>> 191: }
>> 192: // note: above loop always leaves some data to process (more than zero,
>
> Suggestion:
>
> // Note: Above loop always leaves some data to process (more than zero,
Since I have 2 approvals, going to integrate; dont want to loose the approvals and launch another build to fix this
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22300#discussion_r1860921149
More information about the hotspot-compiler-dev
mailing list