OpenJDK11u: Backward incompatible behavior
Alexey Bakhtin
alexey at azul.com
Thu Mar 5 16:50:59 UTC 2020
Hello Xuelei,
I have renamed inputBuffer to recordBody.
Also, as you suggested, recordBody is not removed but used for multiple records. So, it should be better for performance.
JDK15 webrev: http://cr.openjdk.java.net/~dcherepanov/8239788/webrev.v5/
Regards
Alexey
> On 4 Mar 2020, at 21:23, Xuelei Fan <xuelei.fan at oracle.com> wrote:
>
> > http://cr.openjdk.java.net/~bae/8239788/webrev.v4/
>
> SSLSocketInputRecord:
> 54 // Cache for incomplete input record.
> 55 private ByteBuffer inputBuffer = null;
> This variable is used for record body, I may use a instinctive name, for example recordBody.
>
> Otherwise, looks good to me.
>
> I think, for performance, it may be possible to reuse this buffer for multiple records. I'd appreciate if you want to make an improvement in this update as well.
>
> Thanks,
> Xuelei
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20200305/ed05e3e8/signature.asc>
More information about the security-dev
mailing list