gcc/libjava/java
Michael Koch ebce970d7f [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
2005-04-20 06:05:04 +00:00
..
applet GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
awt FontMetrics.java: Reformatted. 2005-04-19 10:24:40 +00:00
beans 2005-04-19 Michael Koch <konqueror@gmx.de> 2005-04-19 05:20:12 +00:00
io 2005-04-01 Michael Koch <konqueror@gmx.de> 2005-04-01 20:04:21 +00:00
lang natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only when not empty. 2005-04-19 09:29:16 +00:00
math GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
net 2005-04-20 Michael Koch <konqueror@gmx.de> 2005-04-20 05:37:46 +00:00
nio [multiple changes] 2005-04-20 06:05:04 +00:00
rmi RemoteObject.java: Removed unused import statement. 2005-04-19 10:34:38 +00:00
security AlgorithmParameterGenerator.java (getInstance): Mention provider when throwing NoSuchProviderException. 2005-02-22 21:35:04 +00:00
sql Timestamp.java, [...]: Reorganized imports and fixed copyright headers. 2004-10-20 08:09:27 +00:00
text 2005-04-20 Sven de Marothy <sven@physto.se> 2005-04-20 06:01:09 +00:00
util natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values from _Jv_StackTrace::GetCallerInfo(). 2005-04-06 18:42:23 +01:00