This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] throwing SocketException from socket implementations
- From: Tom Tromey <tromey at redhat dot com>
- To: "Michael Koch" <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 Jan 2005 14:16:14 -0700
- Subject: Re: [Patch] throwing SocketException from socket implementations
- References: <20050117160710.GA12391@asterix.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I wrote the attached patch to make our socket implementations
Michael> more compliant to SUNs impl by throwing
Michael> java.net.SocketExceptions instead of
Michael> java.io.IOExceptions. This is the first half of fixes need
Michael> for PR libgcj/15430.
Michael> Ok to commit to trank ?
Yes, thanks. For the record, on irc you explained that you're writing
mauve tests and that testing shows that this is compatible with what
the JDK does.
Tom