gcc/libjava/java
Bryce McKinlay 62ad7de1e0 re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets)
* java/net/Socket.java (Socket (SocketImpl)): Don't allow null
	SocketImpl. Update Javadoc.
	(bind): Call close() not impl.close() in event of exception.
	(connect): Likewise.
	Remove superfluous null checks throughout.
	* java/net/ServerSocket.java (ServerSocket (int, int, InetAddress)):
	Don't create an extra socket. Fix for PR libgcj/10868.
	(bind): Clean up exception handling.
	Remove superfluous null checks throughout.

From-SVN: r70219
2003-08-07 07:30:16 +01:00
..
applet
awt GtkComponentPeer.java (postKeyEvent): Add keyLocation parameter. 2003-08-05 18:04:09 +00:00
beans MemoryImageSource.java, [...]: New versions from classpath. 2003-07-14 05:33:30 +00:00
io FilePermission.java (equals): Use correct index for last character of path. 2003-08-06 19:47:24 +00:00
lang Thread.java (Thread): Check for null "name" from start of private constructor... 2003-08-07 02:12:27 +01:00
math BigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater than 0.5. 2003-08-01 15:07:49 +00:00
net re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets) 2003-08-07 07:30:16 +01:00
nio 2003-08-02 Michael Koch <konqueror@gmx.de> 2003-08-02 11:17:40 +00:00
rmi 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 15:58:42 +00:00
security 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 16:11:27 +00:00
sql
text DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0. 2003-08-04 21:21:01 +00:00
util re PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when initialCapacity is explicitly zero) 2003-08-01 21:30:14 +00:00