Hi Roger,
Thanks for the review , please find the updated
webrev(http://cr.openjdk.java.net/~vtewari/8145635/webrev0.6/index.html).
Thanks,
Vyom
On Tuesday 17 October 2017 06:35 AM, Roger Riggs wrote:
Hi Vyom,
A few suggestions:
PlainDatagramSocketImpl.java:
- line 95/96: I think you c
Hi,
Keep the synchronized, it will be low overhead since the Vector operations
are synchronized and in the same thread.
I think a CCE could occur during the iteration to find the entry when
Vector.Itr.next() checks.
(It you want to more radical fix, replace the Vector with something more
cur