On Fri, 6 Nov 2020 23:08:10 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> I does not. CipherCore only sends block sized data, and the ByteBuffer code >> uses this method during final operations. > > Hmm, ok, this is getting obscure and the correctness is depending on the > calling pattern. Can we add a check on line 514 to ensure that there is no > bytes in ibuffer? This got added into v3 ------------- PR: https://git.openjdk.java.net/jdk/pull/411