On Mon, 4 Dec 2023 07:08:57 GMT, Daniel Jeliński <[email protected]> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> comments update
>
> src/java.base/share/classes/com/sun/crypto/provider/AEADBufferedStream.java
> line 80:
>
>> 78: return;
>> 79: }
>> 80: if (buf == null) {
>
> leftover from previous implementation; buf is never null.
I redid a lot of this code in this update
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16487#discussion_r1416598378