classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch: fix OP_CONNECT selects


From: Tom Tromey
Subject: Re: [cp-patches] Patch: fix OP_CONNECT selects
Date: 26 Dec 2005 19:07:09 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Anthony" == Anthony Green <address@hidden> writes:

Anthony> After coming up with this, I discovered that this is
Anthony> basically the same solution that Stanley Brown came up with
Anthony> over a year
Anthony> ago...  http://gcc.gnu.org/ml/java/2004-09/msg00130.html

I hate it when we miss a patch :-(

Anthony> 2005-12-26  Anthony Green  <address@hidden>
Anthony>        * gnu/java/nio/SelectorImpl.java (select): Handle OP_CONNECT
Anthony>        properly.

This looks ok to me.

Anthony> +                          if ( 
((SocketChannel)key.channel()).isConnected ())

Spacing here is wrong.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]