On Tue, 18 Nov 2025 21:38:00 GMT, Martin Doerr <[email protected]> wrote:
>> src/java.base/share/classes/com/sun/crypto/provider/AES_Crypt.java line 62: >> >>> 60: private int[] sessionKe = null; // key for encryption >>> 61: private int[] sessionKd = null; // preprocessed key for decryption >>> 62: private int[] K = null; // preprocessed key in case of decryption >> >> I find the comment confusing as `K` is sometimes assigned with `sessionKe`, >> so it can't be used only for decryption? > > Thanks for looking at it! I've merged my additional proposal. `K` is removed, > now. Does the Java part look ok? I'll ask for a hotspot review once the Java > part is fine. Java part looks fine to me. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28299#discussion_r2539716623
