gcc/libjava/java
Per Bothner dd0a905f24 Channels.java (newInputStream, [...]): Optimize when argument is a FileChannelImpl.
* java/nio/channels/Channels.java (newInputStream, newOutputStream):
	Optimize when argument is a FileChannelImpl.
	(newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)):
	New native methods.
	* java/nio/channels/natChannels.cc:  New file for new native methods.
	* Makefile.am:  Update accordingly.

From-SVN: r78867
2004-03-03 15:50:03 -08:00
..
applet
awt 2004-02-10 David Jee <djee@redhat.com> 2004-02-10 18:57:22 +00:00
beans
io FileDescriptor.java: Implement on top of FileChannel. 2004-02-29 11:12:15 -08:00
lang * java/lang/natPosixProcess.cc (startProcess): Fix thinko. 2004-03-01 13:33:28 -08:00
math
net 2004-02-11 Michael Koch <konqueror@gmx.de> 2004-02-11 18:22:09 +00:00
nio Channels.java (newInputStream, [...]): Optimize when argument is a FileChannelImpl. 2004-03-03 15:50:03 -08:00
rmi Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-26 23:23:55 +00:00
security
sql
text 2004-01-23 Michael Koch <konqueror@gmx.de> 2004-01-23 15:15:31 +00:00
util Deflater.java, [...]: Reformated and javadoc comments merged from classpath. 2004-02-05 16:04:28 +00:00