gcc/libjava/java
Bryce McKinlay 245c3c04af prims.cc (_Jv_AllocObject): Remove `size' argument.
libjava:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

	* prims.cc (_Jv_AllocObject): Remove `size' argument.
	(_Jv_AllocObjectNoFinalizer): Likewise.
	(_Jv_AllocObjectNoInitNoFinalizer): Likewise.
	(_Jv_AllocPtrFreeObject): Likewise.
	(_Jv_AllocString): Moved from natString.cc. Call collector interface
	directly even in the JVMPI case.
	* gcj/cni.h (JvAllocObject): Remove `size' argument from
	_Jv_AllocObject calls.
	* gcj/javaprims.h: Update prototypes.
	* gnu/gcj/natCore.cc (_Jv_create_core): Use `new', not
	_Jv_AllocObject.
	* java/lang/Class.h: Update _Jv_AllocObject friend prototype.
	* java/lang/natString.cc (_Jv_AllocString): Move to prims.cc.

gcc/cp:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

	* init.c (build_new_1): Don't use type size argument for Java
	_Jv_AllocObject call.

gcc/java:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

	* expr.c (expand_java_NEW): Don't use size argument for
	_Jv_AllocObject calls.
	* parse.y (patch_invoke): Likewise.

From-SVN: r80754
2004-04-16 17:27:19 +01:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt 2004-03-19 Michael Koch <konqueror@gmx.de> 2004-03-19 20:42:39 +00:00
beans BeanDescriptor.java (BeanDescriptor): Set the FeatureDescriptor programmatic name. 2004-03-11 14:36:14 +00:00
io BufferedReader.java: Use &lt;=, not &lt;&eq; to make gjdoc happy. 2004-03-19 22:46:09 +00:00
lang prims.cc (_Jv_AllocObject): Remove `size' argument. 2004-04-16 17:27:19 +01:00
math Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
net 2004-03-21 Ito Kazumitsu <kaz@maczuka.gcd.org> 2004-03-21 11:00:48 +00:00
nio 2004-03-18 Michael Koch <konqueror@gmx.de> 2004-03-18 21:32:22 +00:00
rmi RMIIncomingThread.java: New file. 2004-03-20 20:30:56 +00:00
security Security.java: Don't use &nbsp; in the api doc. 2003-12-02 17:31:46 +00:00
sql Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
text NumberFormat.java: Fix spelling of setCurrency method. 2004-03-26 20:25:00 +00:00
util Locale.java: Reverting my last patch and add a comment why the original version was okay. 2004-03-15 22:04:59 +00:00