6693490: (se) select throws "File exists" IOException under load (lnx)

Alan Bateman Alan.Bateman at Sun.COM
Mon Jul 20 07:19:59 PDT 2009


Martin Buchholz wrote:
> Google thinks it would be good to backport fix for 6693490.
>
> http://cr.openjdk.java.net/~martin/webrevs/openjdk6/select/ 
> <http://cr.openjdk.java.net/%7Emartin/webrevs/openjdk6/select/>
>
> # HG changeset patch
> # User alanb
> # Date 1238167477 0
> # Node ID 2d1be7e79df15188e2100268c33d8f682858430d
> # Parent  b35f1e5075a42030e8624459b13daa45ffc834f8
> 6693490: (se) select throws "File exists" IOException under load (lnx)
> Reviewed-by: sherman
>
> The only slightly non-trivial part of backport was 
> *EPollSelectorImpl.java.
>
> *
> Martin
>
Sorry for the late reply, I've been on vacation.

I agree this is a good candidate to back-port. The webrev looks good to 
me (the changes to EPollSelectorImpl seem to be the same as the jdk7 
changes, it's just that jdk7 has some additional fixes and also uses of 
the Integer constructor were previously changed to use Integer.valueOf).

-Alan.



More information about the jdk6-dev mailing list