gcc/libjava/java
Anthony Green 3bd835f73f natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.
2000-04-08  Anthony Green  <green@redhat.com>

	* java/lang/natObject.cc (_Jv_MonitorEnter): Only perform null
	check when we have to.

	* gcj/array.h: Mark elements(JArray<T>& x) and elements(JArray<T>*
	x) as `inline'.

	* java/util/StringTokenizer.java: Minor optimization.  Eliminates
	one method call.

	* java/util/Vector.java (VectorEnumeration.nextElement): Manually
	inline hasMoreElements.

From-SVN: r33033
2000-04-09 01:26:20 +00:00
..
awt Makefile.in: Rebuilt. 2000-04-04 19:56:20 +00:00
io [multiple changes] 2000-03-15 22:03:19 +00:00
lang natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. 2000-04-09 01:26:20 +00:00
math BigInteger.java (divide): Handle the special case when dividing by 1 and the high bit of the dividend is set. 2000-03-24 09:18:12 +00:00
net [multiple changes] 2000-03-15 22:03:19 +00:00
security Key.java (serialVersionUID): Set to 0 for now. 2000-03-10 05:10:40 +00:00
text All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
util natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. 2000-04-09 01:26:20 +00:00