[jdk11u-dev] RFR: 8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption [v4]
Scott Gibbons
sgibbons at openjdk.org
Tue Feb 28 19:47:56 UTC 2023
> Backporting because this change results in ~3x performance improvement in AES-CTR.
>
> Risk is low. Tested with tier1 and benchmark.
>
> The PR does not backport cleanly. The buffer name was changed, but functionally remains the same.
Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
Fixed bad merge
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1780/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1780/files/21960263..6d375967
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1780&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1780&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1780.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1780/head:pull/1780
PR: https://git.openjdk.org/jdk11u-dev/pull/1780
More information about the jdk-updates-dev
mailing list