[jdk17u-dev] RFR: 8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption

Scott Gibbons sgibbons at openjdk.org
Tue Feb 14 16:54:59 UTC 2023


On Mon, 13 Feb 2023 22:33:05 GMT, Scott Gibbons <sgibbons at openjdk.org> wrote:

> This change boosts AES-CTR decrypt performance about 3x.

I believe the risk is very low as it just restricts the amount of memory to be allocated.  I've tested this with tier1.

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/1169


More information about the jdk-updates-dev mailing list