gcc/libjava/java
Thomas Fitzsimmons b6121641fc re PR libgcj/20090 (gij should be implemented in Java)
2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* gcj.texi (Invoking gij): Add descriptions of new -X options.
	Mention recognized-and-ignored compatibility options.
	(Memory allocation): Add descriptions of JvMalloc, JvRealloc and
	JvFree.
	(About CNI): Add Memory allocation section.

2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	PR libgcj/20090, PR libgcj/20526
	* gij.cc (nonstandard_opts_help): New function.
	(add_option): New function.
	(main): Support java options.  Set java.class.path.  Don't set
	_Jv_Jar_Class_Path.
	* prims.cc (parse_x_arg): New function.
	(parse_init_args): Call parse_x_arg for -X and _ options, when
	ignoreUnrecognized is true.
	(new _Jv_RunMain): New vm_args variant.
	(old _Jv_RunMain): Call new vm_args _Jv_RunMain.
	(_Jv_Jar_Class_Path): Remove variable.
	* include/java-props.h: Likewise.
	* include/cni.h (JvRealloc): New function.
	* include/jvm.h (_Jv_RunMain): Declare vm_args variant.
	* java/lang/natRuntime.cc (insertSystemProperties): Remove
	_Jv_Jar_Class_Path logic.  Use JV_VERSION and JV_API_VERSION
	macros.
	* configure.ac (JV_VERSION): Define.
	(JV_API_VERSION): Likewise.
	* configure: Regenerate.
	* include/config.h.in: Regenerate.

From-SVN: r97429
2005-04-02 02:26:51 +00:00
..
applet GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
awt TextAttribute.java: changed names to lower case; 2005-02-24 07:15:55 +00:00
beans 2005-02-22 Jeroen Frijters <jeroen@frijters.net> 2005-02-22 14:06:53 +00:00
io 2005-04-01 Michael Koch <konqueror@gmx.de> 2005-04-01 20:04:21 +00:00
lang re PR libgcj/20090 (gij should be implemented in Java) 2005-04-02 02:26:51 +00:00
math GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
net URLClassLoader.java (addURLImpl): Reset 'thisString'. 2005-03-09 20:10:18 +00:00
nio ChannelReader: Fixed comments. 2005-02-23 08:26:36 +00:00
rmi 2005-02-22 Jeroen Frijters <jeroen@frijters.net> 2005-02-22 18:58:53 +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 PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083, 2005-03-23 21:26:00 +00:00
util 2005-04-01 Jeroen Frijters <jeroen@frijters.net> 2005-04-01 17:39:13 +00:00