This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: java.net.Socket
- 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: 05 Jun 2003 09:46:37 -0600
- Subject: Re: Patch: java.net.Socket
- References: <200305191517.01497.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> the attached patch fixes the behaviour of
Michael> java.net.Socket. When using the Socket() constructor no
Michael> native socket was actually created and could not be
Michael> used. This patch fixes this. Please review and comment.
Michael> Ok to commit to trunk ?
Ok.
Michael> Should this go into 3.3 branch too as this is a real bug fix ?
Do you know the current state of the 3.3 branch? I think I missed the
message when skimming the 2000 or so gcc messages waiting when I got
back.
Anyway, yes, this should go in 3.3. If the branch is open, please
check it in there.
Tom