gcc/libjava/java
Tom Tromey f7fe97da36 re PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with HashMap)
Fix for PR libgcj/11737:
	* java/io/ObjectOutputStream.java (getMethod): Make method
	accessible.
	(getField): Likewise.
	(writeObject): Use getMethod.
	Import PrivilegedAction and AccessController.
	(callWriteMethod): Don't check whether m is null.  Catch
	NoSuchMethodException.

From-SVN: r70035
2003-08-01 03:02:00 +00:00
..
applet
awt Arc2D.java (getBounds2D): Implement. 2003-07-31 15:57:03 +00:00
beans MemoryImageSource.java, [...]: New versions from classpath. 2003-07-14 05:33:30 +00:00
io re PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with HashMap) 2003-08-01 03:02:00 +00:00
lang natString.cc (init(gnu.gcj.runtime.StringBuffer)): New method. 2003-07-28 16:12:00 +00:00
math
net URLEncoder.java (encode(String)): Use platform default encoding. 2003-07-22 18:03:47 +00:00
nio FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
rmi
security
sql
text SimpleDateFormat.java (format): Zero pad unless field size is 2. 2003-07-24 15:43:04 +00:00
util Handler.java (isLoggable): Check record level smaller or equal. 2003-07-18 16:08:38 +00:00