[multiple changes]
authorMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Apr 2005 06:05:04 +0000 (06:05 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Apr 2005 06:05:04 +0000 (06:05 +0000)
commitebce970d7fa5aac9c4dea5381784441e155dbb64
tree299c11c27a0bdee12676f0fa833c032c9a885cc7
parentce254988cf72001d72092a6ec0935121bfe64185
[multiple changes]

2005-04-20  Sven de Marothy  <sven@physto.se>

* java/nio/ByteBufferImpl.java:
(putChar): Inlined for speed.
(put, get): Bulk methods can use arraycopy.
* java/nio/CharBufferImpl.java:
(put, get): Bulk methods can use arraycopy.

2005-04-20  Jeroen Frijters  <jeroen@frijters.net>

* java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
and field updates.
* java/nio/CharBufferImpl.java
(CharBufferImpl(CharBufferImpl)): Copy array_offset field.
(get(), put(char)): Inlined checks and field updates. Fixed to
take array_offset into account.
(get(int), put(int, char)): Fixed to take array_offset into account.

From-SVN: r98445
libjava/ChangeLog
libjava/java/nio/ByteBufferImpl.java
libjava/java/nio/CharBufferImpl.java