RFR 8245307 : Update ExchangeImpl to use thread safe DateTimeFormatter

Chris Hegarty chris.hegarty at oracle.com
Mon Jun 15 08:52:32 UTC 2020


> On 12 Jun 2020, at 17:55, Rahul Yadav <rahul.r.yadav at oracle.com> wrote:
> 
> ...
> 
>  http://cr.openjdk.java.net/~ryadav/webrev_8245307/index.html <http://cr.openjdk.java.net/~ryadav/webrev_8245307/index.html>

This looks v. good Rahul.

A few, mostly pedantic, comments on the test:

1) In recent times, we’ve been binding our test servers explicitly to:
     InetSocketAddress(InetAddress.getLoopbackAddress(), 0);

2) While not wrong, I don’t think that the @library tag is needed, or at least I cannot see why.

3) L109 "byte [] bytes = is.readAllBytes();” - please remove the space between `byte` and the square brackets

Overall this is a nice change.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/net-dev/attachments/20200615/a5f2ab44/attachment.htm>


More information about the net-dev mailing list