summaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 23:50:03 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 23:50:03 +0000
commitc3db176afa2ff0afa4d502ac46ba37a995ef342b (patch)
tree8da6fb814250474a55396eab60ccc38d2dedbe09 /libjava/Makefile.am
parent8f0037668ed1962eaed036e2f7e1e20fdef419a0 (diff)
downloadgcc-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/Makefile.am')
-rw-r--r--libjava/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index 0b9dfbc2fc4..54a4d5b5863 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -2852,6 +2852,7 @@ java/lang/reflect/natMethod.cc \
java/lang/reflect/natProxy.cc \
java/net/natNetworkInterface.cc \
java/net/natInetAddress.cc \
+java/nio/channels/natChannels.cc \
java/nio/natDirectByteBufferImpl.cc \
java/text/natCollator.cc \
java/util/natResourceBundle.cc \