diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 23:50:03 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 23:50:03 +0000 |
| commit | c3db176afa2ff0afa4d502ac46ba37a995ef342b (patch) | |
| tree | 8da6fb814250474a55396eab60ccc38d2dedbe09 /libjava/ChangeLog | |
| parent | 8f0037668ed1962eaed036e2f7e1e20fdef419a0 (diff) | |
| download | gcc-c3db176afa2ff0afa4d502ac46ba37a995ef342b.tar.gz | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78867 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index edc170fb2c9..8e3603bd53e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,12 @@ +2004-03-03 Per Bothner <per@bothner.com> + + * 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. + 2004-03-02 Jan Hubicka <jh@suse.cz> * configure.host: Pass -fno-omit-frame-pointer for i386. @@ -8,15 +17,6 @@ * java/lang/natPosixProcess.cc (startProcess): Fix thinko. -2004-03-01 Per Bothner <per@bothner.com> - - * 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. - 2004-02-29 Per Bothner <per@bothner.com> * java/nio/channels/FileChannelImpl.java: Moved to package |
