gcc/libjava/java
Jeff Sturm 47d0866c79 * java/net/PlainDatagramSocketImpl.java
(close): Use native implementation.
	(finalize): New method.

	* java/net/PlainSocketImpl.java (finalize): New method.

	* java/net/natPlainDatagramSocketImpl.cc
	(java/io/FileDescriptor.h): Don't include.
	(close): Implement method here.
	(create): Don't assign fd.

	* java/net/natPlainSocketImpl.cc
	(java/io/FileDescriptor.h): Don't include.
	(create): Don't assign fd.
	(accept): Likewise.
	(close): Synchronize.

From-SVN: r51492
2002-03-28 02:08:36 +00:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt Component.java (processEvent): Check ComponentEvent after KeyEvent. 2002-03-25 06:45:23 +00:00
beans [multiple changes] 2002-03-24 21:32:14 +00:00
io Based on patch from Intel's ORP team: 2002-03-25 02:28:22 +00:00
lang natSystem.cc (init_properties): Update VM version properties. 2002-03-18 06:19:03 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net * java/net/PlainDatagramSocketImpl.java 2002-03-28 02:08:36 +00:00
rmi [multiple changes] 2002-02-14 23:16:11 +00:00
security [multiple changes] 2002-02-14 23:16:11 +00:00
sql Add license clarification. 2002-01-22 22:40:42 +00:00
text Add license clarification. 2002-01-22 22:40:42 +00:00
util re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect for month) 2002-03-23 16:12:03 +00:00